#8AD57D

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

Shades of De York #8AD57D

Tints of De York #8AD57D

Color information

#8AD57D (or 0x8AD57D) is unknown color: approx De York. HEX triplet: 8A, D5 and 7D. RGB value is (138,213,125). Sum of RGB (Red+Green+Blue) = 138+213+125=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD57D is #752A82. Grayscale: #B4B4B4. Windows color (decimal): -7678595 or 8246666. OLE color: 8246666.

HSL color Cylindrical-coordinate representation of color #8AD57D: hue angle of 111.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD57D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB138213125-
CMYK0.3500.410.16
HSL111.14º51.16%66.27%-
HSV(B)111.14º41.31%83.53%-
XYZ37.9854.4727.91-
YUV180.5496.6597.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.99%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=28.99%
G=44.75%
B=26.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382131250.3500.410.16111.1451.1666.27
Hex8AD57D23029106f3342
Octal212325175430512015763102
Binary1000101011010101111110110001101010011000011011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,213,125); }

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

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

 a { background-color: rgb(138,213,125); }

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

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

 span { border-color: rgb(138,213,125); }

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