#08AB73

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

Shades of Jade #08AB73

Tints of Jade #08AB73

Color information

#08AB73 (or 0x08AB73) is unknown color: approx Jade. HEX triplet: 08, AB and 73. RGB value is (8,171,115). Sum of RGB (Red+Green+Blue) = 8+171+115=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AB73 is #F7548C. Grayscale: #737373. Windows color (decimal): -16209037 or 7580424. OLE color: 7580424.

HSL color Cylindrical-coordinate representation of color #08AB73: hue angle of 159.39º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AB73 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB8171115-
CMYK0.9500.330.33
HSL159.39º91.06%35.1%-
HSV(B)159.39º95.32%67.06%-
XYZ17.7630.4221.15-
YUV115.88127.551.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 171 (67.19% from 255) = 58.16%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=2.72%
G=58.16%
B=39.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81711150.9500.330.33159.3991.0635.1
Hex8AB735F021219f5b23
Octal102531631370414123713343
Binary100010101011111001110111110100001100001100111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AB73; }

 p { color: rgb(8,171,115); }

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

<style>
 a { background-color: #08AB73; }

 a { background-color: rgb(8,171,115); }

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

<style>
 span { border-color: #08AB73; }

 span { border-color: rgb(8,171,115); }

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