#8AD47A

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

Shades of De York #8AD47A

Tints of De York #8AD47A

Color information

#8AD47A (or 0x8AD47A) is unknown color: approx De York. HEX triplet: 8A, D4 and 7A. RGB value is (138,212,122). Sum of RGB (Red+Green+Blue) = 138+212+122=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD47A is #752B85. Grayscale: #B3B3B3. Windows color (decimal): -7678854 or 8049802. OLE color: 8049802.

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

Color convert

RGB138212122-
CMYK0.3500.420.17
HSL109.33º51.14%65.49%-
HSV(B)109.33º42.45%83.14%-
XYZ37.5453.926.84-
YUV179.6195.4898.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=29.24%
G=44.92%
B=25.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121220.3500.420.17109.3351.1465.49
Hex8AD47A2302A116d3341
Octal212324172430522115563101
Binary1000101011010100111101010001101010101000111011011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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