#8CCA8D

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

Shades of De York #8CCA8D

Tints of De York #8CCA8D

Color information

#8CCA8D (or 0x8CCA8D) is unknown color: approx De York. HEX triplet: 8C, CA and 8D. RGB value is (140,202,141). Sum of RGB (Red+Green+Blue) = 140+202+141=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8D is #733572. Grayscale: #B0B0B0. Windows color (decimal): -7550323 or 9292428. OLE color: 9292428.

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

Color convert

RGB140202141-
CMYK0.3100.300.21
HSL120.97º36.9%67.06%-
HSV(B)120.97º30.69%79.22%-
XYZ36.7449.7432.86-
YUV176.51107.96101.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.99%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=28.99%
G=41.82%
B=29.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021410.3100.300.21120.9736.967.06
Hex8CCA8D1F01E15792543
Octal214312215370362517145103
Binary100011001100101010001101111110111101010111110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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