#8AD985

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

Shades of De York #8AD985

Tints of De York #8AD985

Color information

#8AD985 (or 0x8AD985) is unknown color: approx De York. HEX triplet: 8A, D9 and 85. RGB value is (138,217,133). Sum of RGB (Red+Green+Blue) = 138+217+133=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD985 is #75267A. Grayscale: #B8B8B8. Windows color (decimal): -7677563 or 8771978. OLE color: 8771978.

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

Color convert

RGB138217133-
CMYK0.3600.390.15
HSL116.43º52.5%68.63%-
HSV(B)116.43º38.71%85.1%-
XYZ39.5356.7231.06-
YUV183.899.3395.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=28.28%
G=44.47%
B=27.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171330.3600.390.15116.4352.568.63
Hex8AD98524027F743545
Octal212331205440471716465105
Binary1000101011011001100001011001000100111111111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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