#09A66C

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

Shades of Jade #09A66C

Tints of Jade #09A66C

Color information

#09A66C (or 0x09A66C) is unknown color: approx Jade. HEX triplet: 09, A6 and 6C. RGB value is (9,166,108). Sum of RGB (Red+Green+Blue) = 9+166+108=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #09A66C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A66C is #F65993. Grayscale: #707070. Windows color (decimal): -16144788 or 7120393. OLE color: 7120393.

HSL color Cylindrical-coordinate representation of color #09A66C: hue angle of 157.83º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A66C is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB9166108-
CMYK0.9500.350.35
HSL157.83º89.71%34.31%-
HSV(B)157.83º94.58%65.1%-
XYZ16.4628.4118.8-
YUV112.44125.4954.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 166 (65.23% from 255) = 58.66%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=3.18%
G=58.66%
B=38.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91661080.9500.350.35157.8389.7134.31
Hex9A66C5F023239e5a22
Octal112461541370434323613242
Binary100110100110110110010111110100011100011100111101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A66C; }

 p { color: rgb(9,166,108); }

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

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

 a { background-color: rgb(9,166,108); }

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

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

 span { border-color: rgb(9,166,108); }

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