#0AAD5F

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

Shades of Jade #0AAD5F

Tints of Jade #0AAD5F

Color information

#0AAD5F (or 0x0AAD5F) is unknown color: approx Jade. HEX triplet: 0A, AD and 5F. RGB value is (10,173,95). Sum of RGB (Red+Green+Blue) = 10+173+95=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD5F is #F552A0. Grayscale: #737373. Windows color (decimal): -16077473 or 6270218. OLE color: 6270218.

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

Color convert

RGB1017395-
CMYK0.9400.450.32
HSL151.29º89.07%35.88%-
HSV(B)151.29º94.22%67.84%-
XYZ17.1330.7815.86-
YUV115.37116.552.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.60%
GREEN value IS 173 (67.97% from 255) = 62.23%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=3.60%
G=62.23%
B=34.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10173950.9400.450.32151.2989.0735.88
HexAAD5F5E02D20975924
Octal122551371360554022713144
Binary101010101101101111110111100101101100000100101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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