#0ABB63

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

Shades of Jade #0ABB63

Tints of Jade #0ABB63

Color information

#0ABB63 (or 0x0ABB63) is unknown color: approx Jade. HEX triplet: 0A, BB and 63. RGB value is (10,187,99). Sum of RGB (Red+Green+Blue) = 10+187+99=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 187 (73.44% from 255 or 63.18% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB63 is #F5449C. Grayscale: #7C7C7C. Windows color (decimal): -16073885 or 6535946. OLE color: 6535946.

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

Color convert

RGB1018799-
CMYK0.9500.470.27
HSL150.17º89.85%38.63%-
HSV(B)150.17º94.65%73.33%-
XYZ20.1536.5117.79-
YUV124.04113.8646.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.38%
GREEN value IS 187 (73.44% from 255) = 63.18%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=3.38%
G=63.18%
B=33.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10187990.9500.470.27150.1789.8538.63
HexABB635F02F1B965a27
Octal122731431370573322613247
Binary10101011101111000111011111010111111011100101101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,187,99); }

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

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

 a { background-color: rgb(10,187,99); }

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

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

 span { border-color: rgb(10,187,99); }

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