#096E0D

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

Shades of Green #096E0D

Tints of Green #096E0D

Color information

#096E0D (or 0x096E0D) is unknown color: approx Green. HEX triplet: 09, 6E and 0D. RGB value is (9,110,13). Sum of RGB (Red+Green+Blue) = 9+110+13=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 110 (43.36% from 255 or 83.33% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 110 - color contains mainly: green. Hex color #096E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096E0D is #F691F2. Grayscale: #454545. Windows color (decimal): -16159219 or 880137. OLE color: 880137.

HSL color Cylindrical-coordinate representation of color #096E0D: hue angle of 122.38º 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 #096E0D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB911013-
CMYK0.9200.880.57
HSL122.38º84.87%23.33%-
HSV(B)122.38º91.82%43.14%-
XYZ5.7611.242.25-
YUV68.7496.5485.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 110 (43.36% from 255) = 83.33%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=6.82%
G=83.33%
B=9.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110130.9200.880.57122.3884.8723.33
Hex96ED5C058397a5517
Octal111561513401307117212527
Binary1001110111011011011100010110001110011111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,110,13); }

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

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

 a { background-color: rgb(9,110,13); }

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

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

 span { border-color: rgb(9,110,13); }

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