#0AAC74

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

Shades of Jade #0AAC74

Tints of Jade #0AAC74

Color information

#0AAC74 (or 0x0AAC74) is unknown color: approx Jade. HEX triplet: 0A, AC and 74. RGB value is (10,172,116). Sum of RGB (Red+Green+Blue) = 10+172+116=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC74 is #F5538B. Grayscale: #757575. Windows color (decimal): -16077708 or 7646218. OLE color: 7646218.

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

Color convert

RGB10172116-
CMYK0.9400.330.33
HSL159.26º89.01%35.69%-
HSV(B)159.26º94.19%67.45%-
XYZ18.0330.8321.52-
YUV117.18127.3351.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=3.36%
G=57.72%
B=38.93%

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
Decimal101721160.9400.330.33159.2689.0135.69
HexAAC745E021219f5924
Octal122541641360414123713144
Binary101010101100111010010111100100001100001100111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,172,116); }

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

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

 a { background-color: rgb(10,172,116); }

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

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

 span { border-color: rgb(10,172,116); }

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