#08AF6E

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

Shades of Jade #08AF6E

Tints of Jade #08AF6E

Color information

#08AF6E (or 0x08AF6E) is unknown color: approx Jade. HEX triplet: 08, AF and 6E. RGB value is (8,175,110). Sum of RGB (Red+Green+Blue) = 8+175+110=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF6E is #F75091. Grayscale: #757575. Windows color (decimal): -16208018 or 7253768. OLE color: 7253768.

HSL color Cylindrical-coordinate representation of color #08AF6E: hue angle of 156.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF6E is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB8175110-
CMYK0.9500.370.31
HSL156.65º91.26%35.88%-
HSV(B)156.65º95.43%68.63%-
XYZ18.2431.8419.94-
YUV117.66123.6749.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.73%
GREEN value IS 175 (68.75% from 255) = 59.73%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=2.73%
G=59.73%
B=37.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81751100.9500.370.31156.6591.2635.88
Hex8AF6E5F0251F9d5b24
Octal102571561370453723513344
Binary10001010111111011101011111010010111111100111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,175,110); }

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

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

 a { background-color: rgb(8,175,110); }

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

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

 span { border-color: rgb(8,175,110); }

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