Html Css Color HEX #096201 Green

📋 copy color: '#096201'

red 9 ◦ green 98 ◦ blue 1

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

Shades of Green #096201

Tints of Green #096201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 8.33%
G = 90.74%
B = 0.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#096201 (or 0x096201) is known color: Green. HEX triplet: 09, 62 and 01. RGB value is (9,98,1). Sum of RGB (Red+Green+Blue) = 9+98+1=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 98 (38.67% from 255 or 90.74% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 98 - color contains mainly: green. Hex color #096201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096201 is #F69DFE. Grayscale: #3C3C3C. Windows color (decimal): -16162303 or 90633. OLE color: 90633.

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

Color convert

RGB 9 98 1 -
CMYK 0.91 0 0.99 0.62
HSL 115.05º 0.98% 0.19% -
HSV(B) 115.05º 0.99% 0.38% -
XYZ 4.49 8.8 1.49 -
YUV 60.33 94.51 91.39 -
System Red Green Blue C M Y K H S L
Decimal 9 98 1 0.91 0 0.99 0.62 115.05 0.98 0.19
Hex 9 62 1 5B 0 63 3E 73 62 13
Octal 11 142 1 133 0 143 76 163 142 23
Binary 1001 1100010 1 1011011 0 1100011 111110 1110011 1100010 10011

Color Harmonies of #096201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096201

Black with #096201

Text Example


Text Example

White with #096201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096201; }

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

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

background-color css

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

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

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

border-color css

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

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

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