#8AD18D

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

Shades of De York #8AD18D

Tints of De York #8AD18D

Color information

#8AD18D (or 0x8AD18D) is unknown color: approx De York. HEX triplet: 8A, D1 and 8D. RGB value is (138,209,141). Sum of RGB (Red+Green+Blue) = 138+209+141=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD18D is #752E72. Grayscale: #B4B4B4. Windows color (decimal): -7679603 or 9294218. OLE color: 9294218.

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

Color convert

RGB138209141-
CMYK0.3400.330.18
HSL122.54º43.56%68.04%-
HSV(B)122.54º33.97%81.96%-
XYZ38.0952.9333.41-
YUV180.02105.9898.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 209 (82.03% from 255) = 42.83%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=28.28%
G=42.83%
B=28.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091410.3400.330.18122.5443.5668.04
Hex8AD18D22021127b2c44
Octal212321215420412217354104
Binary10001010110100011000110110001001000011001011110111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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