#0AB16F

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

Shades of Jade #0AB16F

Tints of Jade #0AB16F

Color information

#0AB16F (or 0x0AB16F) is unknown color: approx Jade. HEX triplet: 0A, B1 and 6F. RGB value is (10,177,111). Sum of RGB (Red+Green+Blue) = 10+177+111=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB16F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB16F is #F54E90. Grayscale: #777777. Windows color (decimal): -16076433 or 7319818. OLE color: 7319818.

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

Color convert

RGB10177111-
CMYK0.9400.370.31
HSL156.29º89.3%36.67%-
HSV(B)156.29º94.35%69.41%-
XYZ18.7232.6620.36-
YUV119.54123.1749.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 177 (69.53% from 255) = 59.40%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=3.36%
G=59.40%
B=37.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101771110.9400.370.31156.2989.336.67
HexAB16F5E0251F9c5925
Octal122611571360453723413145
Binary10101011000111011111011110010010111111100111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,177,111); }

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

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

 a { background-color: rgb(10,177,111); }

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

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

 span { border-color: rgb(10,177,111); }

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