#0AAF72

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

Shades of Jade #0AAF72

Tints of Jade #0AAF72

Color information

#0AAF72 (or 0x0AAF72) is unknown color: approx Jade. HEX triplet: 0A, AF and 72. RGB value is (10,175,114). Sum of RGB (Red+Green+Blue) = 10+175+114=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAF72 is #F5508D. Grayscale: #767676. Windows color (decimal): -16076942 or 7515914. OLE color: 7515914.

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

Color convert

RGB10175114-
CMYK0.9400.350.31
HSL157.82º89.19%36.27%-
HSV(B)157.82º94.29%68.63%-
XYZ18.4931.9421.11-
YUV118.71125.3450.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.34%
GREEN value IS 175 (68.75% from 255) = 58.53%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=3.34%
G=58.53%
B=38.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751140.9400.350.31157.8289.1936.27
HexAAF725E0231F9e5924
Octal122571621360433723613144
Binary10101010111111100101011110010001111111100111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,175,114); }

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

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

 a { background-color: rgb(10,175,114); }

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

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

 span { border-color: rgb(10,175,114); }

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