Html Css Color HEX #126C09 Green

📋 copy color: '#126C09'

red 18 ◦ green 108 ◦ blue 9

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

Shades of Green #126C09

Tints of Green #126C09

RGB

 RED value IS 18 (7.42% from 255) = 13.33%

 GREEN value IS 108 (42.58% from 255) = 80%

 BLUE value IS 9 (3.91% from 255) = 6.67%

R = 13.33%
G = 80%
B = 6.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#126C09 (or 0x126C09) is known color: Green. HEX triplet: 12, 6C and 09. RGB value is (18,108,9). Sum of RGB (Red+Green+Blue) = 18+108+9=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #126C09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C09 is #ED93F6. Grayscale: #464646. Windows color (decimal): -15569911 or 617490. OLE color: 617490.

HSL color Cylindrical-coordinate representation of color #126C09: hue angle of 114.55º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126C09 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 108 9 -
CMYK 0.83 0 0.92 0.58
HSL 114.55º 0.85% 0.23% -
HSV(B) 114.55º 0.92% 0.42% -
XYZ 5.66 10.87 2.06 -
YUV 69.8 93.68 91.05 -
System Red Green Blue C M Y K H S L
Decimal 18 108 9 0.83 0 0.92 0.58 114.55 0.85 0.23
Hex 12 6C 9 53 0 5C 3A 73 55 17
Octal 22 154 11 123 0 134 72 163 125 27
Binary 10010 1101100 1001 1010011 0 1011100 111010 1110011 1010101 10111

Color Harmonies of #126C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C09

Black with #126C09

Text Example


Text Example

White with #126C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #126C09;
 }
 .AnyTagClassName
 {
   color: #126C09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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