#8AD182

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

Shades of De York #8AD182

Tints of De York #8AD182

Color information

#8AD182 (or 0x8AD182) is unknown color: approx De York. HEX triplet: 8A, D1 and 82. RGB value is (138,209,130). Sum of RGB (Red+Green+Blue) = 138+209+130=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD182 is #752E7D. Grayscale: #B3B3B3. Windows color (decimal): -7679614 or 8573322. OLE color: 8573322.

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

Color convert

RGB138209130-
CMYK0.3400.380.18
HSL113.92º46.2%66.47%-
HSV(B)113.92º37.8%81.96%-
XYZ37.3152.6229.31-
YUV178.76100.4898.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=28.93%
G=43.82%
B=27.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091300.3400.380.18113.9246.266.47
Hex8AD1822202612722e42
Octal212321202420462216256102
Binary10001010110100011000001010001001001101001011100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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