#8AD98D

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

Shades of De York #8AD98D

Tints of De York #8AD98D

Color information

#8AD98D (or 0x8AD98D) is unknown color: approx De York. HEX triplet: 8A, D9 and 8D. RGB value is (138,217,141). Sum of RGB (Red+Green+Blue) = 138+217+141=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD98D is #752672. Grayscale: #B8B8B8. Windows color (decimal): -7677555 or 9296266. OLE color: 9296266.

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

Color convert

RGB138217141-
CMYK0.3600.350.15
HSL122.28º50.97%69.61%-
HSV(B)122.28º36.41%85.1%-
XYZ40.156.9534.08-
YUV184.72103.3394.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=27.82%
G=43.75%
B=28.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171410.3600.350.15122.2850.9769.61
Hex8AD98D24023F7a3346
Octal212331215440431717263106
Binary1000101011011001100011011001000100011111111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,141); }

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

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

 a { background-color: rgb(138,217,141); }

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

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

 span { border-color: rgb(138,217,141); }

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