#0AB16E

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

Shades of Jade #0AB16E

Tints of Jade #0AB16E

Color information

#0AB16E (or 0x0AB16E) is unknown color: approx Jade. HEX triplet: 0A, B1 and 6E. RGB value is (10,177,110). Sum of RGB (Red+Green+Blue) = 10+177+110=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB16E is #F54E91. Grayscale: #777777. Windows color (decimal): -16076434 or 7254282. OLE color: 7254282.

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

Color convert

RGB10177110-
CMYK0.9400.380.31
HSL155.93º89.3%36.67%-
HSV(B)155.93º94.35%69.41%-
XYZ18.6632.6320.07-
YUV119.43122.6749.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 177 (69.53% from 255) = 59.60%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=3.37%
G=59.60%
B=37.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101771100.9400.380.31155.9389.336.67
HexAB16E5E0261F9c5925
Octal122611561360463723413145
Binary10101011000111011101011110010011011111100111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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