Html Css Color HEX #096202 Green

📋 copy color: '#096202'

red 9 ◦ green 98 ◦ blue 2

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

Shades of Green #096202

Tints of Green #096202

RGB

 RED value IS 9 (3.91% from 255) = 8.26%

 GREEN value IS 98 (38.67% from 255) = 89.91%

 BLUE value IS 2 (1.17% from 255) = 1.83%

R = 8.26%
G = 89.91%
B = 1.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#096202 (or 0x096202) is known color: Green. HEX triplet: 09, 62 and 02. RGB value is (9,98,2). Sum of RGB (Red+Green+Blue) = 9+98+2=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 98 (38.67% from 255 or 89.91% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 98 - color contains mainly: green. Hex color #096202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096202 is #F69DFD. Grayscale: #3C3C3C. Windows color (decimal): -16162302 or 156169. OLE color: 156169.

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

Color convert

RGB 9 98 2 -
CMYK 0.91 0 0.98 0.62
HSL 115.63º 0.96% 0.2% -
HSV(B) 115.63º 0.98% 0.38% -
XYZ 4.49 8.8 1.52 -
YUV 60.45 95.01 91.31 -
System Red Green Blue C M Y K H S L
Decimal 9 98 2 0.91 0 0.98 0.62 115.63 0.96 0.2
Hex 9 62 2 5B 0 62 3E 74 60 14
Octal 11 142 2 133 0 142 76 164 140 24
Binary 1001 1100010 10 1011011 0 1100010 111110 1110100 1100000 10100

Color Harmonies of #096202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096202

Black with #096202

Text Example


Text Example

White with #096202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096202; }

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

 H1.HeaderClassName
 {
   color: #096202;
 }
 .AnyTagClassName
 {
   color: #096202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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