#096D13

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

Shades of Green #096D13

Tints of Green #096D13

Color information

#096D13 (or 0x096D13) is unknown color: approx Green. HEX triplet: 09, 6D and 13. RGB value is (9,109,19). Sum of RGB (Red+Green+Blue) = 9+109+19=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #096D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096D13 is #F692EC. Grayscale: #454545. Windows color (decimal): -16159469 or 1273097. OLE color: 1273097.

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

Color convert

RGB910919-
CMYK0.9200.830.57
HSL126º84.75%23.14%-
HSV(B)126º91.74%42.75%-
XYZ5.711.042.45-
YUV68.8499.8785.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 109 (42.97% from 255) = 79.56%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=6.57%
G=79.56%
B=13.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9109190.9200.830.5712684.7523.14
Hex96D135C053397e5517
Octal111552313401237117612527
Binary10011101101100111011100010100111110011111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096D13; }

 p { color: rgb(9,109,19); }

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

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

 a { background-color: rgb(9,109,19); }

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

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

 span { border-color: rgb(9,109,19); }

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