#8ADB80

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

Shades of De York #8ADB80

Tints of De York #8ADB80

Color information

#8ADB80 (or 0x8ADB80) is unknown color: approx De York. HEX triplet: 8A, DB and 80. RGB value is (138,219,128). Sum of RGB (Red+Green+Blue) = 138+219+128=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB80 is #75247F. Grayscale: #B8B8B8. Windows color (decimal): -7677056 or 8444810. OLE color: 8444810.

HSL color Cylindrical-coordinate representation of color #8ADB80: hue angle of 113.41º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADB80 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB138219128-
CMYK0.3700.420.14
HSL113.41º55.83%68.04%-
HSV(B)113.41º41.55%85.88%-
XYZ39.7157.6229.45-
YUV184.4196.1694.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=28.45%
G=45.15%
B=26.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382191280.3700.420.14113.4155.8368.04
Hex8ADB802502AE713844
Octal212333200450521616170104
Binary1000101011011011100000001001010101010111011100011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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