#096204

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

Shades of Green #096204

Tints of Green #096204

Color information

#096204 (or 0x096204) is unknown color: approx Green. HEX triplet: 09, 62 and 04. RGB value is (9,98,4). Sum of RGB (Red+Green+Blue) = 9+98+4=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 98 (38.67% from 255 or 88.29% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 98 - color contains mainly: green. Hex color #096204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096204 is #F69DFB. Grayscale: #3C3C3C. Windows color (decimal): -16162300 or 287241. OLE color: 287241.

HSL color Cylindrical-coordinate representation of color #096204: hue angle of 116.81º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096204 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB9984-
CMYK0.9100.960.62
HSL116.81º92.16%20%-
HSV(B)116.81º95.92%38.43%-
XYZ4.58.81.58-
YUV60.6796.0191.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 98 (38.67% from 255) = 88.29%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=8.11%
G=88.29%
B=3.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal99840.9100.960.62116.8192.1620
Hex96245B0603E755c14
Octal11142413301407616513424
Binary100111000101001011011011000001111101110101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096204; }

 p { color: rgb(9,98,4); }

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

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

 a { background-color: rgb(9,98,4); }

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

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

 span { border-color: rgb(9,98,4); }

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