#8AD588

Color #8AD588 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8AD588

Tints of De York #8AD588

Color information

#8AD588 (or 0x8AD588) is unknown color: approx De York. HEX triplet: 8A, D5 and 88. RGB value is (138,213,136). Sum of RGB (Red+Green+Blue) = 138+213+136=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD588 is #752A77. Grayscale: #B6B6B6. Windows color (decimal): -7678584 or 8967562. OLE color: 8967562.

HSL color Cylindrical-coordinate representation of color #8AD588: hue angle of 118.44º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD588 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB138213136-
CMYK0.3500.360.16
HSL118.44º47.83%68.43%-
HSV(B)118.44º36.15%83.53%-
XYZ38.7254.7731.82-
YUV181.8102.1596.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=28.34%
G=43.74%
B=27.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382131360.3500.360.16118.4447.8368.43
Hex8AD5882302410763044
Octal212325210430442016660104
Binary10001010110101011000100010001101001001000011101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AD588; }

 p { color: rgb(138,213,136); }

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

<style>
 a { background-color: #8AD588; }

 a { background-color: rgb(138,213,136); }

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

<style>
 span { border-color: #8AD588; }

 span { border-color: rgb(138,213,136); }

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