#0ACC14

Color #0ACC14 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0ACC14

Tints of Free Speech Green #0ACC14

Color information

#0ACC14 (or 0x0ACC14) is unknown color: approx Free Speech Green. HEX triplet: 0A, CC and 14. RGB value is (10,204,20). Sum of RGB (Red+Green+Blue) = 10+204+20=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 204 (80.08% from 255 or 87.18% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACC14 is #F533EB. Grayscale: #7D7D7D. Windows color (decimal): -16069612 or 1362954. OLE color: 1362954.

HSL color Cylindrical-coordinate representation of color #0ACC14: hue angle of 123.09º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC14 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB1020420-
CMYK0.9500.900.2
HSL123.09º90.65%41.96%-
HSV(B)123.09º95.1%80%-
XYZ21.8443.37.87-
YUV125.0268.7345.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 204 (80.08% from 255) = 87.18%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=4.27%
G=87.18%
B=8.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10204200.9500.900.2123.0990.6541.96
HexACC145F05A147b5b2a
Octal123142413701322417313352
Binary101011001100101001011111010110101010011110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ACC14; }

 p { color: rgb(10,204,20); }

 H1.HeaderClassName
 {
   color: #0ACC14;
 }
 .AnyTagClassName
 {
   color: #0ACC14;
 }
</style>
background-color css

<style>
 a { background-color: #0ACC14; }

 a { background-color: rgb(10,204,20); }

 div.DivClassName
 {
   background-color: #0ACC14;
 }
 .BgClassName
 {
   background-color: #0ACC14;
 }
</style>
border-color css

<style>
 span { border-color: #0ACC14; }

 span { border-color: rgb(10,204,20); }

 td.TdClassName
 {
   border-color: #0ACC14;
 }
 .TagClassName
 {
   border-color: #0ACC14;
 }
</style>