#8AD880

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

Shades of De York #8AD880

Tints of De York #8AD880

Color information

#8AD880 (or 0x8AD880) is unknown color: approx De York. HEX triplet: 8A, D8 and 80. RGB value is (138,216,128). Sum of RGB (Red+Green+Blue) = 138+216+128=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD880 is #75277F. Grayscale: #B6B6B6. Windows color (decimal): -7677824 or 8444042. OLE color: 8444042.

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

Color convert

RGB138216128-
CMYK0.3600.410.15
HSL113.18º53.01%67.45%-
HSV(B)113.18º40.74%84.71%-
XYZ38.9356.0729.19-
YUV182.6597.1696.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=28.63%
G=44.81%
B=26.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382161280.3600.410.15113.1853.0167.45
Hex8AD88024029F713543
Octal212330200440511716165103
Binary1000101011011000100000001001000101001111111100011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,128); }

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

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

 a { background-color: rgb(138,216,128); }

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

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

 span { border-color: rgb(138,216,128); }

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