#0AAA72

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

Shades of Jade #0AAA72

Tints of Jade #0AAA72

Color information

#0AAA72 (or 0x0AAA72) is unknown color: approx Jade. HEX triplet: 0A, AA and 72. RGB value is (10,170,114). Sum of RGB (Red+Green+Blue) = 10+170+114=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA72 is #F5558D. Grayscale: #737373. Windows color (decimal): -16078222 or 7514634. OLE color: 7514634.

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

Color convert

RGB10170114-
CMYK0.9400.330.33
HSL159º88.89%35.29%-
HSV(B)159º94.12%66.67%-
XYZ17.5430.0320.79-
YUV115.78126.9952.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.40%
GREEN value IS 170 (66.80% from 255) = 57.82%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=3.40%
G=57.82%
B=38.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101701140.9400.330.3315988.8935.29
HexAAA725E021219f5923
Octal122521621360414123713143
Binary101010101010111001010111100100001100001100111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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