#0ab66f

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

Shades of Jade #0AB66F

Tints of Jade #0AB66F

Color information

#0AB66F (or 0x0AB66F) is unknown color: approx Jade. HEX triplet: 0A, B6 and 6F. RGB value is (10,182,111). Sum of RGB (Red+Green+Blue) = 10+182+111=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB66F is #F54990. Grayscale: #7A7A7A. Windows color (decimal): -16075153 or 7321098. OLE color: 7321098.

HSL color Cylindrical-coordinate representation of color #0AB66F: hue angle of 155.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB66F is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB10182111-
CMYK0.9500.390.29
HSL155.23º89.58%37.65%-
HSV(B)155.23º94.51%71.37%-
XYZ19.7234.6720.69-
YUV122.48121.5247.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.30%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=3.30%
G=60.07%
B=36.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101821110.9500.390.29155.2389.5837.65
HexAB66F5F0271D9b5a26
Octal122661571370473523313246
Binary10101011011011011111011111010011111101100110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ab66f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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