#8AD486

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

Shades of De York #8AD486

Tints of De York #8AD486

Color information

#8AD486 (or 0x8AD486) is unknown color: approx De York. HEX triplet: 8A, D4 and 86. RGB value is (138,212,134). Sum of RGB (Red+Green+Blue) = 138+212+134=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD486 is #752B79. Grayscale: #B5B5B5. Windows color (decimal): -7678842 or 8836234. OLE color: 8836234.

HSL color Cylindrical-coordinate representation of color #8AD486: hue angle of 116.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD486 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB138212134-
CMYK0.3500.370.17
HSL116.92º47.56%67.84%-
HSV(B)116.92º36.79%83.14%-
XYZ38.3354.2131-
YUV180.98101.4897.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=28.51%
G=43.80%
B=27.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121340.3500.370.17116.9247.5667.84
Hex8AD4862302511753044
Octal212324206430452116560104
Binary10001010110101001000011010001101001011000111101011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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