#0AAD79

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

Shades of Jade #0AAD79

Tints of Jade #0AAD79

Color information

#0AAD79 (or 0x0AAD79) is unknown color: approx Jade. HEX triplet: 0A, AD and 79. RGB value is (10,173,121). Sum of RGB (Red+Green+Blue) = 10+173+121=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD79 is #F55286. Grayscale: #767676. Windows color (decimal): -16077447 or 7974154. OLE color: 7974154.

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

Color convert

RGB10173121-
CMYK0.9400.300.32
HSL160.86º89.07%35.88%-
HSV(B)160.86º94.22%67.84%-
XYZ18.5231.3323.16-
YUV118.33129.550.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.29%
GREEN value IS 173 (67.97% from 255) = 56.91%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=3.29%
G=56.91%
B=39.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101731210.9400.300.32160.8689.0735.88
HexAAD795E01E20a15924
Octal122551711360364024113144
Binary10101010110111110011011110011110100000101000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,173,121); }

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

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

 a { background-color: rgb(10,173,121); }

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

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

 span { border-color: rgb(10,173,121); }

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