#8ADA84

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

Shades of De York #8ADA84

Tints of De York #8ADA84

Color information

#8ADA84 (or 0x8ADA84) is unknown color: approx De York. HEX triplet: 8A, DA and 84. RGB value is (138,218,132). Sum of RGB (Red+Green+Blue) = 138+218+132=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADA84 is #75257B. Grayscale: #B8B8B8. Windows color (decimal): -7677308 or 8706698. OLE color: 8706698.

HSL color Cylindrical-coordinate representation of color #8ADA84: hue angle of 115.81º degrees, saturation: 0.54, 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 #8ADA84 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB138218132-
CMYK0.3700.390.15
HSL115.81º53.75%68.63%-
HSV(B)115.81º39.45%85.49%-
XYZ39.7257.2130.78-
YUV184.2898.594.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=28.28%
G=44.67%
B=27.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382181320.3700.390.15115.8153.7568.63
Hex8ADA8425027F743645
Octal212332204450471716466105
Binary1000101011011010100001001001010100111111111101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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