#096212

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

Shades of Green #096212

Tints of Green #096212

Color information

#096212 (or 0x096212) is unknown color: approx Green. HEX triplet: 09, 62 and 12. RGB value is (9,98,18). Sum of RGB (Red+Green+Blue) = 9+98+18=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #096212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096212 is #F69DED. Grayscale: #3E3E3E. Windows color (decimal): -16162286 or 1204745. OLE color: 1204745.

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

Color convert

RGB99818-
CMYK0.9100.820.62
HSL126.07º83.18%20.98%-
HSV(B)126.07º90.82%38.43%-
XYZ4.598.842.04-
YUV62.27103.0190-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 98 (38.67% from 255) = 78.4%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=7.2%
G=78.4%
B=14.4%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998180.9100.820.62126.0783.1820.98
Hex962125B0523E7e5315
Octal111422213301227617612325
Binary10011100010100101011011010100101111101111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096212; }

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

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

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

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

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

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

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

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