#8AD796

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

Shades of De York #8AD796

Tints of De York #8AD796

Color information

#8AD796 (or 0x8AD796) is unknown color: approx De York. HEX triplet: 8A, D7 and 96. RGB value is (138,215,150). Sum of RGB (Red+Green+Blue) = 138+215+150=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD796 is #752869. Grayscale: #B8B8B8. Windows color (decimal): -7678058 or 9885578. OLE color: 9885578.

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

Color convert

RGB138215150-
CMYK0.3600.300.16
HSL129.35º49.04%69.22%-
HSV(B)129.35º35.81%84.31%-
XYZ40.2956.2137.58-
YUV184.57108.4994.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=27.44%
G=42.74%
B=29.82%

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
Decimal1382151500.3600.300.16129.3549.0469.22
Hex8AD7962401E10813145
Octal212327226440362020161105
Binary10001010110101111001011010010001111010000100000011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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