COLOR #0ACC30

HEX: #0ACC30
RGB: (10,204,48)

Color info

#0ACC30 contains mainly green color. Web safe color of #0ACC30 is #00CC33 (or #0C3).

RGB color model

#0ACC30 color RGB value is (10,204,48).

  • red value is 10;
  • green value is 204;
  • blue value is 48.
RGB:
(10,204,48)
(4%,80%,19%)

RGB channels and saturation

R 10 of 255 = 4%
G 204 of 255 = 80%
B 48 of 255 = 19%

10
204
48

R + G + B ~ 34%. #0ACC30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 204 + 48 = 262 (100%)
R 10 of 262 ~ 3.82%
G 204 of 262 ~ 77.86%
B 48 of 262 ~ 18.32%

%77.86
%18.32

CMYK color model

#0ACC30 color CMYK value is (95,0,76,20).

  • cyan value is 95.10%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 20.00%
CMYK:
(95,0,76,20)
C95M0Y76K20 
(95%,0%,76%,20%)
(0.95/0.00/0.76/0.20)	

CMYK percentages

%95.1
%0
%76.47
%20

Codes

Color #0ACC30 in popluar color models

0ACC30
RGB1020448
HSL132°90.65%41.96%
HSB/HSV132°95.10%80.00%
CMYK95.10%0.00%76.47%
20.00%

Color #0ACC30 in popluar number systems.

HEX0ACC30
Decimal1020448
Binary101011001100110000
Octal1231460

Shades and tints

Shades of #0ACC30

#0ACC30
(10,204,48)
#0ABA2C
(10,186,44)
#0AA828
(10,168,40)
#0A9624
(10,150,36)
#0A8420
(10,132,32)
#0A721C
(10,114,28)
#0A6018
(10,96,24)
#0A4E14
(10,78,20)
#0A3C10
(10,60,16)
#0A2A0C
(10,42,12)
#0A1808
(10,24,8)
#000000
(0,0,0)

Tints of #0ACC30

#0ACC30
(10,204,48)
#20D042
(32,208,66)
#36D454
(54,212,84)
#4CD866
(76,216,102)
#62DC78
(98,220,120)
#78E08A
(120,224,138)
#8EE49C
(142,228,156)
#A4E8AE
(164,232,174)
#BAECC0
(186,236,192)
#D0F0D2
(208,240,210)
#E6F4E4
(230,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ACC30 color. Also use rgb(10,204,48) instead hex code.

Text Font Color

.myTextColor { color: #0ACC30; }

<p style="color:#0ACC30">This sample text font color is #0ACC30.</p>

This text font color is #0ACC30.


Background Color

.myBgColor { background-color: #0ACC30; }

<div style="background-color:#0ACC30">Inner text</div>

This div background color is #0ACC30.


Border color

.myBorderColor { border: 1px solid #0ACC30; }

<div style="border:3px solid #0ACC30">Div</div>

This div border color is #0ACC30.


Opacity

.myOpacity80 { color: #0ACC30; opacity: 0.8; }

<p style="color:#0ACC30;opacity:0.8;">80%</p>

Text with #0ACC30 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0ACC30;}

<p style="text-shadow: 3px 3px 1px #0ACC30">Text here.</p>

This text has shadow with #0ACC30 color.

.textShadow {text-shadow: 3px 3px 1px #0ACC30, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0ACC30, 5px 5px 20px red">Text here.</p>

This text has shadow with #0ACC30 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0ACC30, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0ACC30, Direction=45, Strength=4)">Text</p>

This text has shadow with #0ACC30 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0ACC30;
  -webkit-box-shadow:	1px 1px 3px 2px #0ACC30;
  box-shadow:		1px 1px 3px 2px #0ACC30;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ACC30;
-webkit-box-shadow: 1px 1px 3px 2px #0ACC30;
box-shadow:1px 1px 3px 2px #0ACC30;">
Div content here</div>
This div box has shadow with color #0ACC30.

Preview

Color preview on black background

This text has color #0ACC30 on black background.


Color preview on white background

This text has color #0ACC30 on white background.



Black color preview on #0ACC30 background

This text has black color on #0ACC30 background.


White color preview on #0ACC30 background

This text has white color on #0ACC30 background.