#0AB16D

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

Shades of Jade #0AB16D

Tints of Jade #0AB16D

Color information

#0AB16D (or 0x0AB16D) is unknown color: approx Jade. HEX triplet: 0A, B1 and 6D. RGB value is (10,177,109). Sum of RGB (Red+Green+Blue) = 10+177+109=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB16D is #F54E92. Grayscale: #777777. Windows color (decimal): -16076435 or 7188746. OLE color: 7188746.

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

Color convert

RGB10177109-
CMYK0.9400.380.31
HSL155.57º89.3%36.67%-
HSV(B)155.57º94.35%69.41%-
XYZ18.6132.6119.78-
YUV119.32122.1750.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.38%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=3.38%
G=59.80%
B=36.82%

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
Decimal101771090.9400.380.31155.5789.336.67
HexAB16D5E0261F9c5925
Octal122611551360463723413145
Binary10101011000111011011011110010011011111100111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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