#12CE0A

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

Shades of Free Speech Green #12CE0A

Tints of Free Speech Green #12CE0A

Color information

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

HSL color Cylindrical-coordinate representation of color #12CE0A: hue angle of 117.55º 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 #12CE0A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB1820610-
CMYK0.9100.950.19
HSL117.55º90.74%42.35%-
HSV(B)117.55º95.15%80.78%-
XYZ22.3844.297.66-
YUV127.4461.7249.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18206100.9100.950.19117.5590.7442.35
Hex12CEA5B05F13765b2a
Octal223161213301372316613352
Binary100101100111010101011011010111111001111101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CE0A; }

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

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

<style>
 a { background-color: #12CE0A; }

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

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

<style>
 span { border-color: #12CE0A; }

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

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