#126E08

Color #126E08 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #126E08

Tints of Green #126E08

Color information

#126E08 (or 0x126E08) is unknown color: approx Green. HEX triplet: 12, 6E and 08. RGB value is (18,110,8). Sum of RGB (Red+Green+Blue) = 18+110+8=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #126E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E08 is #ED91F7. Grayscale: #474747. Windows color (decimal): -15569400 or 552466. OLE color: 552466.

HSL color Cylindrical-coordinate representation of color #126E08: hue angle of 114.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126E08 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB181108-
CMYK0.8400.930.57
HSL114.12º86.44%23.14%-
HSV(B)114.12º92.73%43.14%-
XYZ5.8711.32.1-
YUV70.8692.5290.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 110 (43.36% from 255) = 80.88%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=13.24%
G=80.88%
B=5.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1811080.8400.930.57114.1286.4423.14
Hex126E85405D39725617
Octal221561012401357116212627
Binary10010110111010001010100010111011110011110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126E08; }

 p { color: rgb(18,110,8); }

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

<style>
 a { background-color: #126E08; }

 a { background-color: rgb(18,110,8); }

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

<style>
 span { border-color: #126E08; }

 span { border-color: rgb(18,110,8); }

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