#8AD179

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

Shades of De York #8AD179

Tints of De York #8AD179

Color information

#8AD179 (or 0x8AD179) is unknown color: approx De York. HEX triplet: 8A, D1 and 79. RGB value is (138,209,121). Sum of RGB (Red+Green+Blue) = 138+209+121=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD179 is #752E86. Grayscale: #B2B2B2. Windows color (decimal): -7679623 or 7983498. OLE color: 7983498.

HSL color Cylindrical-coordinate representation of color #8AD179: hue angle of 108.41º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD179 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB138209121-
CMYK0.3400.420.18
HSL108.41º48.89%64.71%-
HSV(B)108.41º42.11%81.96%-
XYZ36.7352.3826.26-
YUV177.7495.9899.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=29.49%
G=44.66%
B=25.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091210.3400.420.18108.4148.8964.71
Hex8AD1792202A126c3141
Octal212321171420522215461101
Binary1000101011010001111100110001001010101001011011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,121); }

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

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

 a { background-color: rgb(138,209,121); }

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

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

 span { border-color: rgb(138,209,121); }

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