Html Css Color HEX #126008 Green

📋 copy color: '#126008'

red 18 ◦ green 96 ◦ blue 8

#126008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #126008

Tints of Green #126008

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 value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#126008 (or 0x126008) is known color: 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

RGB 18 96 8 -
CMYK 0.81 0 0.92 0.62
HSL 113.18º 0.85% 0.2% -
HSV(B) 113.18º 0.92% 0.38% -
XYZ 4.48 8.51 1.64 -
YUV 62.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 18 96 8 0.81 0 0.92 0.62 113.18 0.85 0.2
Hex 12 60 8 51 0 5C 3E 71 55 14
Octal 22 140 10 121 0 134 76 161 125 24
Binary 10010 1100000 1000 1010001 0 1011100 111110 1110001 1010101 10100

Color Harmonies of #126008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126008

Black with #126008

Text Example


Text Example

White with #126008

Text Example


Text Example

HTML Codes & Css Web 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>