#0AA66A

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

Shades of Jade #0AA66A

Tints of Jade #0AA66A

Color information

#0AA66A (or 0x0AA66A) is unknown color: approx Jade. HEX triplet: 0A, A6 and 6A. RGB value is (10,166,106). Sum of RGB (Red+Green+Blue) = 10+166+106=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA66A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA66A is #F55995. Grayscale: #707070. Windows color (decimal): -16079254 or 6989322. OLE color: 6989322.

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

Color convert

RGB10166106-
CMYK0.9400.360.35
HSL156.92º88.64%34.51%-
HSV(B)156.92º93.98%65.1%-
XYZ16.3628.3818.25-
YUV112.52124.3254.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 166 (65.23% from 255) = 58.87%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=3.55%
G=58.87%
B=37.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101661060.9400.360.35156.9288.6434.51
HexAA66A5E024239d5923
Octal122461521360444323513143
Binary101010100110110101010111100100100100011100111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,106); }

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

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

 a { background-color: rgb(10,166,106); }

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

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

 span { border-color: rgb(10,166,106); }

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