#8AD988

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

Shades of De York #8AD988

Tints of De York #8AD988

Color information

#8AD988 (or 0x8AD988) is unknown color: approx De York. HEX triplet: 8A, D9 and 88. RGB value is (138,217,136). Sum of RGB (Red+Green+Blue) = 138+217+136=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD988 is #752677. Grayscale: #B8B8B8. Windows color (decimal): -7677560 or 8968586. OLE color: 8968586.

HSL color Cylindrical-coordinate representation of color #8AD988: hue angle of 118.52º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD988 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB138217136-
CMYK0.3600.370.15
HSL118.52º51.59%69.22%-
HSV(B)118.52º37.33%85.1%-
XYZ39.7456.8132.16-
YUV184.14100.8395.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=28.11%
G=44.20%
B=27.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171360.3600.370.15118.5251.5969.22
Hex8AD98824025F773445
Octal212331210440451716764105
Binary1000101011011001100010001001000100101111111101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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