#8AD797

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

Shades of De York #8AD797

Tints of De York #8AD797

Color information

#8AD797 (or 0x8AD797) is unknown color: approx De York. HEX triplet: 8A, D7 and 97. RGB value is (138,215,151). Sum of RGB (Red+Green+Blue) = 138+215+151=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD797 is #752868. Grayscale: #B8B8B8. Windows color (decimal): -7678057 or 9951114. OLE color: 9951114.

HSL color Cylindrical-coordinate representation of color #8AD797: hue angle of 130.13º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD797 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB138215151-
CMYK0.3600.300.16
HSL130.13º49.04%69.22%-
HSV(B)130.13º35.81%84.31%-
XYZ40.3756.2438.01-
YUV184.68108.9994.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=27.38%
G=42.66%
B=29.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382151510.3600.300.16130.1349.0469.22
Hex8AD7972401E10823145
Octal212327227440362020261105
Binary10001010110101111001011110010001111010000100000101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,215,151); }

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

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

 a { background-color: rgb(138,215,151); }

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

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

 span { border-color: rgb(138,215,151); }

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