#8AD886

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

Shades of De York #8AD886

Tints of De York #8AD886

Color information

#8AD886 (or 0x8AD886) is unknown color: approx De York. HEX triplet: 8A, D8 and 86. RGB value is (138,216,134). Sum of RGB (Red+Green+Blue) = 138+216+134=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD886 is #752779. Grayscale: #B7B7B7. Windows color (decimal): -7677818 or 8837258. OLE color: 8837258.

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

Color convert

RGB138216134-
CMYK0.3600.380.15
HSL117.07º51.25%68.63%-
HSV(B)117.07º37.96%84.71%-
XYZ39.3456.2431.34-
YUV183.33100.1695.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=28.28%
G=44.26%
B=27.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382161340.3600.380.15117.0751.2568.63
Hex8AD88624026F753345
Octal212330206440461716563105
Binary1000101011011000100001101001000100110111111101011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,134); }

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

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

 a { background-color: rgb(138,216,134); }

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

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

 span { border-color: rgb(138,216,134); }

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