Html Css Color HEX #126A09 Green

📋 copy color: '#126A09'

red 18 ◦ green 106 ◦ blue 9

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

Shades of Green #126A09

Tints of Green #126A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 79.7%

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

R = 13.53%
G = 79.7%
B = 6.77%

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

#126A09 (or 0x126A09) is known color: Green. HEX triplet: 12, 6A and 09. RGB value is (18,106,9). Sum of RGB (Red+Green+Blue) = 18+106+9=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #126A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A09 is #ED95F6. Grayscale: #444444. Windows color (decimal): -15570423 or 616978. OLE color: 616978.

HSL color Cylindrical-coordinate representation of color #126A09: hue angle of 114.43º degrees, saturation: 0.84, 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 #126A09 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 9 -
CMYK 0.83 0 0.92 0.58
HSL 114.43º 0.84% 0.23% -
HSV(B) 114.43º 0.92% 0.42% -
XYZ 5.45 10.46 1.99 -
YUV 68.63 94.35 91.89 -
System Red Green Blue C M Y K H S L
Decimal 18 106 9 0.83 0 0.92 0.58 114.43 0.84 0.23
Hex 12 6A 9 53 0 5C 3A 72 54 17
Octal 22 152 11 123 0 134 72 162 124 27
Binary 10010 1101010 1001 1010011 0 1011100 111010 1110010 1010100 10111

Color Harmonies of #126A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A09

Black with #126A09

Text Example


Text Example

White with #126A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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