#08A875

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

Shades of Jade #08A875

Tints of Jade #08A875

Color information

#08A875 (or 0x08A875) is unknown color: approx Jade. HEX triplet: 08, A8 and 75. RGB value is (8,168,117). Sum of RGB (Red+Green+Blue) = 8+168+117=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #08A875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A875 is #F7578A. Grayscale: #727272. Windows color (decimal): -16209803 or 7710728. OLE color: 7710728.

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

Color convert

RGB8168117-
CMYK0.9500.300.34
HSL160.88º90.91%34.51%-
HSV(B)160.88º95.24%65.88%-
XYZ17.3129.3421.58-
YUV114.35129.4952.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.73%
GREEN value IS 168 (66.02% from 255) = 57.34%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=2.73%
G=57.34%
B=39.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81681170.9500.300.34160.8890.9134.51
Hex8A8755F01E22a15b23
Octal102501651370364224113343
Binary10001010100011101011011111011110100010101000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,168,117); }

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

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

 a { background-color: rgb(8,168,117); }

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

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

 span { border-color: rgb(8,168,117); }

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