#8AD489

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

Shades of De York #8AD489

Tints of De York #8AD489

Color information

#8AD489 (or 0x8AD489) is unknown color: approx De York. HEX triplet: 8A, D4 and 89. RGB value is (138,212,137). Sum of RGB (Red+Green+Blue) = 138+212+137=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD489 is #752B76. Grayscale: #B5B5B5. Windows color (decimal): -7678839 or 9032842. OLE color: 9032842.

HSL color Cylindrical-coordinate representation of color #8AD489: hue angle of 119.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD489 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB138212137-
CMYK0.3500.350.17
HSL119.2º46.58%68.43%-
HSV(B)119.2º35.38%83.14%-
XYZ38.5454.332.12-
YUV181.32102.9897.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=28.34%
G=43.53%
B=28.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121370.3500.350.17119.246.5868.43
Hex8AD4892302311772f44
Octal212324211430432116757104
Binary10001010110101001000100110001101000111000111101111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,212,137); }

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

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

 a { background-color: rgb(138,212,137); }

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

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

 span { border-color: rgb(138,212,137); }

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