Html Css Color HEX #096204 Green

📋 copy color: '#096204'

red 9 ◦ green 98 ◦ blue 4

#096204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #096204

Tints of Green #096204

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.6%

R = 8.11%
G = 88.29%
B = 3.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#096204 (or 0x096204) is known color: 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

RGB 9 98 4 -
CMYK 0.91 0 0.96 0.62
HSL 116.81º 0.92% 0.2% -
HSV(B) 116.81º 0.96% 0.38% -
XYZ 4.5 8.8 1.58 -
YUV 60.67 96.01 91.14 -
System Red Green Blue C M Y K H S L
Decimal 9 98 4 0.91 0 0.96 0.62 116.81 0.92 0.2
Hex 9 62 4 5B 0 60 3E 75 5C 14
Octal 11 142 4 133 0 140 76 165 134 24
Binary 1001 1100010 100 1011011 0 1100000 111110 1110101 1011100 10100

Color Harmonies of #096204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096204

Black with #096204

Text Example


Text Example

White with #096204

Text Example


Text Example

HTML Codes & Css Web 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>