#8AD98B

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

Shades of De York #8AD98B

Tints of De York #8AD98B

Color information

#8AD98B (or 0x8AD98B) is unknown color: approx De York. HEX triplet: 8A, D9 and 8B. RGB value is (138,217,139). Sum of RGB (Red+Green+Blue) = 138+217+139=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD98B is #752674. Grayscale: #B8B8B8. Windows color (decimal): -7677557 or 9165194. OLE color: 9165194.

HSL color Cylindrical-coordinate representation of color #8AD98B: hue angle of 120.76º 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 #8AD98B is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB138217139-
CMYK0.3600.360.15
HSL120.76º50.97%69.61%-
HSV(B)120.76º36.41%85.1%-
XYZ39.9556.8933.3-
YUV184.49102.3394.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=27.94%
G=43.93%
B=28.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171390.3600.360.15120.7650.9769.61
Hex8AD98B24024F793346
Octal212331213440441717163106
Binary1000101011011001100010111001000100100111111110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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