#0AB478

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

Shades of Jade #0AB478

Tints of Jade #0AB478

Color information

#0AB478 (or 0x0AB478) is unknown color: approx Jade. HEX triplet: 0A, B4 and 78. RGB value is (10,180,120). Sum of RGB (Red+Green+Blue) = 10+180+120=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB478 is #F54B87. Grayscale: #7A7A7A. Windows color (decimal): -16075656 or 7910410. OLE color: 7910410.

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

Color convert

RGB10180120-
CMYK0.9400.330.29
HSL158.82º89.47%37.25%-
HSV(B)158.82º94.44%70.59%-
XYZ19.8434.0623.3-
YUV122.33126.6847.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.23%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=3.23%
G=58.06%
B=38.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101801200.9400.330.29158.8289.4737.25
HexAB4785E0211D9f5925
Octal122641701360413523713145
Binary10101011010011110001011110010000111101100111111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,180,120); }

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

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

 a { background-color: rgb(10,180,120); }

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

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

 span { border-color: rgb(10,180,120); }

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