#126008

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

Shades of Green #126008

Tints of Green #126008

Color information

#126008 (or 0x126008) is unknown color: approx Green. HEX triplet: 12, 60 and 08. RGB value is (18,96,8). Sum of RGB (Red+Green+Blue) = 18+96+8=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #126008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126008 is #ED9FF7. Grayscale: #3E3E3E. Windows color (decimal): -15572984 or 548882. OLE color: 548882.

HSL color Cylindrical-coordinate representation of color #126008: hue angle of 113.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126008 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB18968-
CMYK0.8100.920.62
HSL113.18º84.62%20.39%-
HSV(B)113.18º91.67%37.65%-
XYZ4.488.511.64-
YUV62.6597.1696.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=14.75%
G=78.69%
B=6.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal189680.8100.920.62113.1884.6220.39
Hex126085105C3E715514
Octal221401012101347616112524
Binary10010110000010001010001010111001111101110001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126008; }

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

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

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

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

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

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

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

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