#0AA16D

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

Shades of Jade #0AA16D

Tints of Jade #0AA16D

Color information

#0AA16D (or 0x0AA16D) is unknown color: approx Jade. HEX triplet: 0A, A1 and 6D. RGB value is (10,161,109). Sum of RGB (Red+Green+Blue) = 10+161+109=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA16D is #F55E92. Grayscale: #6D6D6D. Windows color (decimal): -16080531 or 7184650. OLE color: 7184650.

HSL color Cylindrical-coordinate representation of color #0AA16D: hue angle of 159.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA16D is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB10161109-
CMYK0.9400.320.37
HSL159.34º88.3%33.53%-
HSV(B)159.34º93.79%63.14%-
XYZ15.6326.6618.79-
YUV109.92127.4756.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 161 (63.28% from 255) = 57.5%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=3.57%
G=57.5%
B=38.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101611090.9400.320.37159.3488.333.53
HexAA16D5E020259f5822
Octal122411551360404523713042
Binary101010100001110110110111100100000100101100111111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,161,109); }

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

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

 a { background-color: rgb(10,161,109); }

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

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

 span { border-color: rgb(10,161,109); }

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