#126909

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

Shades of Green #126909

Tints of Green #126909

Color information

#126909 (or 0x126909) is unknown color: approx Green. HEX triplet: 12, 69 and 09. RGB value is (18,105,9). Sum of RGB (Red+Green+Blue) = 18+105+9=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 105 (41.41% from 255 or 79.55% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 105 - color contains mainly: green. Hex color #126909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126909 is #ED96F6. Grayscale: #444444. Windows color (decimal): -15570679 or 616722. OLE color: 616722.

HSL color Cylindrical-coordinate representation of color #126909: hue angle of 114.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126909 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB181059-
CMYK0.8300.910.59
HSL114.38º84.21%22.35%-
HSV(B)114.38º91.43%41.18%-
XYZ5.3510.251.96-
YUV68.0494.6892.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 105 (41.41% from 255) = 79.55%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=13.64%
G=79.55%
B=6.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1810590.8300.910.59114.3884.2122.35
Hex126995305B3B725416
Octal221511112301337316212426
Binary10010110100110011010011010110111110111110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126909; }

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

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

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

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

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

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

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

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