#8DDA90

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

Shades of De York #8DDA90

Tints of De York #8DDA90

Color information

#8DDA90 (or 0x8DDA90) is unknown color: approx De York. HEX triplet: 8D, DA and 90. RGB value is (141,218,144). Sum of RGB (Red+Green+Blue) = 141+218+144=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA90 is #72256F. Grayscale: #BABABA. Windows color (decimal): -7480688 or 9493133. OLE color: 9493133.

HSL color Cylindrical-coordinate representation of color #8DDA90: hue angle of 122.34º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDA90 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB141218144-
CMYK0.3500.340.15
HSL122.34º50.99%70.39%-
HSV(B)122.34º35.32%85.49%-
XYZ41.0957.8235.38-
YUV186.54103.9995.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=28.03%
G=43.34%
B=28.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181440.3500.340.15122.3450.9970.39
Hex8DDA9023022F7a3346
Octal215332220430421717263106
Binary1000110111011010100100001000110100010111111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,144); }

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

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

 a { background-color: rgb(141,218,144); }

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

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

 span { border-color: rgb(141,218,144); }

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