#12D90E

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

Shades of Free Speech Green #12D90E

Tints of Free Speech Green #12D90E

Color information

#12D90E (or 0x12D90E) is unknown color: approx Free Speech Green. HEX triplet: 12, D9 and 0E. RGB value is (18,217,14). Sum of RGB (Red+Green+Blue) = 18+217+14=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 217 (85.16% from 255 or 87.15% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 217 - color contains mainly: green. Hex color #12D90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D90E is #ED26F1. Grayscale: #868686. Windows color (decimal): -15542002 or 973074. OLE color: 973074.

HSL color Cylindrical-coordinate representation of color #12D90E: hue angle of 118.82º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12D90E is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB1821714-
CMYK0.9200.940.15
HSL118.82º87.88%45.29%-
HSV(B)118.82º93.55%85.1%-
XYZ25.1449.798.7-
YUV134.3660.0745.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 217 (85.16% from 255) = 87.15%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=7.23%
G=87.15%
B=5.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18217140.9200.940.15118.8287.8845.29
Hex12D9E5C05EF77582d
Octal223311613401361716713055
Binary10010110110011110101110001011110111111101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,217,14); }

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

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

 a { background-color: rgb(18,217,14); }

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

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

 span { border-color: rgb(18,217,14); }

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