#8ADA87

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

Shades of De York #8ADA87

Tints of De York #8ADA87

Color information

#8ADA87 (or 0x8ADA87) is unknown color: approx De York. HEX triplet: 8A, DA and 87. RGB value is (138,218,135). Sum of RGB (Red+Green+Blue) = 138+218+135=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADA87 is #752578. Grayscale: #B8B8B8. Windows color (decimal): -7677305 or 8903306. OLE color: 8903306.

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

Color convert

RGB138218135-
CMYK0.3700.380.15
HSL117.83º52.87%69.22%-
HSV(B)117.83º38.07%85.49%-
XYZ39.9357.331.88-
YUV184.6210094.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=28.11%
G=44.40%
B=27.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382181350.3700.380.15117.8352.8769.22
Hex8ADA8725026F763545
Octal212332207450461716665105
Binary1000101011011010100001111001010100110111111101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,218,135); }

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

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

 a { background-color: rgb(138,218,135); }

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

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

 span { border-color: rgb(138,218,135); }

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