#8AD184

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

Shades of De York #8AD184

Tints of De York #8AD184

Color information

#8AD184 (or 0x8AD184) is unknown color: approx De York. HEX triplet: 8A, D1 and 84. RGB value is (138,209,132). Sum of RGB (Red+Green+Blue) = 138+209+132=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD184 is #752E7B. Grayscale: #B3B3B3. Windows color (decimal): -7679612 or 8704394. OLE color: 8704394.

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

Color convert

RGB138209132-
CMYK0.3400.370.18
HSL115.32º45.56%66.86%-
HSV(B)115.32º36.84%81.96%-
XYZ37.4552.6730.02-
YUV178.99101.4898.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=28.81%
G=43.63%
B=27.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091320.3400.370.18115.3245.5666.86
Hex8AD1842202512732e43
Octal212321204420452216356103
Binary10001010110100011000010010001001001011001011100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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