#0AA668

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

Shades of Jade #0AA668

Tints of Jade #0AA668

Color information

#0AA668 (or 0x0AA668) is unknown color: approx Jade. HEX triplet: 0A, A6 and 68. RGB value is (10,166,104). Sum of RGB (Red+Green+Blue) = 10+166+104=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 166 (65.23% from 255 or 59.29% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA668 is #F55997. Grayscale: #707070. Windows color (decimal): -16079256 or 6858250. OLE color: 6858250.

HSL color Cylindrical-coordinate representation of color #0AA668: hue angle of 156.15º 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 #0AA668 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB10166104-
CMYK0.9400.370.35
HSL156.15º88.64%34.51%-
HSV(B)156.15º93.98%65.1%-
XYZ16.2628.3417.71-
YUV112.29123.3255.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 166 (65.23% from 255) = 59.29%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=3.57%
G=59.29%
B=37.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101661040.9400.370.35156.1588.6434.51
HexAA6685E025239c5923
Octal122461501360454323413143
Binary101010100110110100010111100100101100011100111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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