Html Css Color HEX #126409 Green

📋 copy color: '#126409'

red 18 ◦ green 100 ◦ blue 9

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

Shades of Green #126409

Tints of Green #126409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 78.74%

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

R = 14.17%
G = 78.74%
B = 7.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#126409 (or 0x126409) is known color: Green. HEX triplet: 12, 64 and 09. RGB value is (18,100,9). Sum of RGB (Red+Green+Blue) = 18+100+9=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 100 (39.45% from 255 or 78.74% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 100 - color contains mainly: green. Hex color #126409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126409 is #ED9BF6. Grayscale: #414141. Windows color (decimal): -15571959 or 615442. OLE color: 615442.

HSL color Cylindrical-coordinate representation of color #126409: hue angle of 114.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126409 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 9 -
CMYK 0.82 0 0.91 0.61
HSL 114.07º 0.83% 0.21% -
HSV(B) 114.07º 0.91% 0.39% -
XYZ 4.86 9.26 1.79 -
YUV 65.11 96.33 94.4 -
System Red Green Blue C M Y K H S L
Decimal 18 100 9 0.82 0 0.91 0.61 114.07 0.83 0.21
Hex 12 64 9 52 0 5B 3D 72 53 15
Octal 22 144 11 122 0 133 75 162 123 25
Binary 10010 1100100 1001 1010010 0 1011011 111101 1110010 1010011 10101

Color Harmonies of #126409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126409

Black with #126409

Text Example


Text Example

White with #126409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126409; }

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

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

background-color css

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

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

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

border-color css

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

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

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