#8ad994

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

Shades of De York #8AD994

Tints of De York #8AD994

Color information

#8AD994 (or 0x8AD994) is unknown color: approx De York. HEX triplet: 8A, D9 and 94. RGB value is (138,217,148). Sum of RGB (Red+Green+Blue) = 138+217+148=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD994 is #75266B. Grayscale: #B9B9B9. Windows color (decimal): -7677548 or 9755018. OLE color: 9755018.

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

Color convert

RGB138217148-
CMYK0.3600.320.15
HSL127.59º50.97%69.61%-
HSV(B)127.59º36.41%85.1%-
XYZ40.6457.1736.91-
YUV185.51106.8394.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=27.44%
G=43.14%
B=29.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171480.3600.320.15127.5950.9769.61
Hex8AD99424020F803346
Octal212331224440401720063106
Binary10001010110110011001010010010001000001111100000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ad994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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