#0AAC63

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

Shades of Jade #0AAC63

Tints of Jade #0AAC63

Color information

#0AAC63 (or 0x0AAC63) is unknown color: approx Jade. HEX triplet: 0A, AC and 63. RGB value is (10,172,99). Sum of RGB (Red+Green+Blue) = 10+172+99=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC63 is #F5539C. Grayscale: #737373. Windows color (decimal): -16077725 or 6532106. OLE color: 6532106.

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

Color convert

RGB1017299-
CMYK0.9400.420.33
HSL152.96º89.01%35.69%-
HSV(B)152.96º94.19%67.45%-
XYZ17.1330.4716.78-
YUV115.24118.8352.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.56%
GREEN value IS 172 (67.58% from 255) = 61.21%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=3.56%
G=61.21%
B=35.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10172990.9400.420.33152.9689.0135.69
HexAAC635E02A21995924
Octal122541431360524123113144
Binary101010101100110001110111100101010100001100110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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