#0ACE12

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

Shades of Free Speech Green #0ACE12

Tints of Free Speech Green #0ACE12

Color information

#0ACE12 (or 0x0ACE12) is unknown color: approx Free Speech Green. HEX triplet: 0A, CE and 12. RGB value is (10,206,18). Sum of RGB (Red+Green+Blue) = 10+206+18=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 206 (80.86% from 255 or 88.03% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE12 is #F531ED. Grayscale: #7E7E7E. Windows color (decimal): -16069102 or 1232394. OLE color: 1232394.

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

Color convert

RGB1020618-
CMYK0.9500.910.19
HSL122.45º90.74%42.35%-
HSV(B)122.45º95.15%80.78%-
XYZ22.3144.257.94-
YUV125.9667.0745.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 206 (80.86% from 255) = 88.03%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=4.27%
G=88.03%
B=7.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10206180.9500.910.19122.4590.7442.35
HexACE125F05B137a5b2a
Octal123162213701332317213352
Binary101011001110100101011111010110111001111110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,206,18); }

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

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

 a { background-color: rgb(10,206,18); }

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

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

 span { border-color: rgb(10,206,18); }

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