#8AD289

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

Shades of De York #8AD289

Tints of De York #8AD289

Color information

#8AD289 (or 0x8AD289) is unknown color: approx De York. HEX triplet: 8A, D2 and 89. RGB value is (138,210,137). Sum of RGB (Red+Green+Blue) = 138+210+137=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD289 is #752D76. Grayscale: #B4B4B4. Windows color (decimal): -7679351 or 9032330. OLE color: 9032330.

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

Color convert

RGB138210137-
CMYK0.3400.350.18
HSL119.18º44.79%68.04%-
HSV(B)119.18º34.76%82.35%-
XYZ38.0453.331.95-
YUV180.15103.6597.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=28.45%
G=43.30%
B=28.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382101370.3400.350.18119.1844.7968.04
Hex8AD2892202312772d44
Octal212322211420432216755104
Binary10001010110100101000100110001001000111001011101111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,210,137); }

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

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

 a { background-color: rgb(138,210,137); }

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

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

 span { border-color: rgb(138,210,137); }

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