#12E10A

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

Shades of Free Speech Green #12E10A

Tints of Free Speech Green #12E10A

Color information

#12E10A (or 0x12E10A) is unknown color: approx Free Speech Green. HEX triplet: 12, E1 and 0A. RGB value is (18,225,10). Sum of RGB (Red+Green+Blue) = 18+225+10=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 225 (88.28% from 255 or 88.93% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 225 - color contains mainly: green. Hex color #12E10A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E10A is #ED1EF5. Grayscale: #8B8B8B. Windows color (decimal): -15539958 or 712978. OLE color: 712978.

HSL color Cylindrical-coordinate representation of color #12E10A: hue angle of 117.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12E10A is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB1822510-
CMYK0.9200.960.12
HSL117.77º91.49%46.08%-
HSV(B)117.77º95.56%88.24%-
XYZ27.23549.28-
YUV138.655.4241.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 225 (88.28% from 255) = 88.93%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=7.11%
G=88.93%
B=3.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18225100.9200.960.12117.7791.4946.08
Hex12E1A5C060C765b2e
Octal223411213401401416613356
Binary10010111000011010101110001100000110011101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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