#126509

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

Shades of Green #126509

Tints of Green #126509

Color information

#126509 (or 0x126509) is unknown color: approx Green. HEX triplet: 12, 65 and 09. RGB value is (18,101,9). Sum of RGB (Red+Green+Blue) = 18+101+9=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #126509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126509 is #ED9AF6. Grayscale: #414141. Windows color (decimal): -15571703 or 615698. OLE color: 615698.

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

Color convert

RGB181019-
CMYK0.8200.910.60
HSL114.13º83.64%21.57%-
HSV(B)114.13º91.09%39.61%-
XYZ4.959.461.82-
YUV65.699693.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 101 (39.84% from 255) = 78.91%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=14.06%
G=78.91%
B=7.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1810190.8200.910.60114.1383.6421.57
Hex126595205B3C725416
Octal221451112201337416212426
Binary10010110010110011010010010110111111001110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126509; }

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

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

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

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

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

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

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

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