#8DCA94

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

Shades of De York #8DCA94

Tints of De York #8DCA94

Color information

#8DCA94 (or 0x8DCA94) is unknown color: approx De York. HEX triplet: 8D, CA and 94. RGB value is (141,202,148). Sum of RGB (Red+Green+Blue) = 141+202+148=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA94 is #72356B. Grayscale: #B1B1B1. Windows color (decimal): -7484780 or 9751181. OLE color: 9751181.

HSL color Cylindrical-coordinate representation of color #8DCA94: hue angle of 126.89º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCA94 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB141202148-
CMYK0.3000.270.21
HSL126.89º36.53%67.25%-
HSV(B)126.89º30.2%79.22%-
XYZ37.4550.0435.7-
YUV177.6111.29101.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=28.72%
G=41.14%
B=30.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021480.3000.270.21126.8936.5367.25
Hex8DCA941E01B157f2543
Octal215312224360332517745103
Binary100011011100101010010100111100110111010111111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,148); }

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

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

 a { background-color: rgb(141,202,148); }

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

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

 span { border-color: rgb(141,202,148); }

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