#12EA09

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

Shades of Free Speech Green #12EA09

Tints of Free Speech Green #12EA09

Color information

#12EA09 (or 0x12EA09) is unknown color: approx Free Speech Green. HEX triplet: 12, EA and 09. RGB value is (18,234,9). Sum of RGB (Red+Green+Blue) = 18+234+9=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 234 (91.80% from 255 or 89.66% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12EA09 is #ED15F6. Grayscale: #909090. Windows color (decimal): -15537655 or 649746. OLE color: 649746.

HSL color Cylindrical-coordinate representation of color #12EA09: hue angle of 117.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12EA09 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB182349-
CMYK0.9200.960.08
HSL117.6º92.59%47.65%-
HSV(B)117.6º96.15%91.76%-
XYZ29.7258.9910.08-
YUV143.7751.9438.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 234 (91.80% from 255) = 89.66%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=6.90%
G=89.66%
B=3.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1823490.9200.960.08117.692.5947.65
Hex12EA95C0608765d30
Octal223521113401401016613560
Binary10010111010101001101110001100000100011101101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,234,9); }

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

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

 a { background-color: rgb(18,234,9); }

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

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

 span { border-color: rgb(18,234,9); }

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