#0AA96C

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

Shades of Jade #0AA96C

Tints of Jade #0AA96C

Color information

#0AA96C (or 0x0AA96C) is unknown color: approx Jade. HEX triplet: 0A, A9 and 6C. RGB value is (10,169,108). Sum of RGB (Red+Green+Blue) = 10+169+108=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA96C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA96C is #F55693. Grayscale: #727272. Windows color (decimal): -16078484 or 7121162. OLE color: 7121162.

HSL color Cylindrical-coordinate representation of color #0AA96C: hue angle of 156.98º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA96C is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB10169108-
CMYK0.9400.360.34
HSL156.98º88.83%35.1%-
HSV(B)156.98º94.08%66.27%-
XYZ17.0229.5218.99-
YUV114.5124.3253.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 169 (66.41% from 255) = 58.89%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=3.48%
G=58.89%
B=37.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101691080.9400.360.34156.9888.8335.1
HexAA96C5E024229d5923
Octal122511541360444223513143
Binary101010101001110110010111100100100100010100111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA96C; }

 p { color: rgb(10,169,108); }

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

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

 a { background-color: rgb(10,169,108); }

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

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

 span { border-color: rgb(10,169,108); }

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