#8CCA8E

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

Shades of De York #8CCA8E

Tints of De York #8CCA8E

Color information

#8CCA8E (or 0x8CCA8E) is unknown color: approx De York. HEX triplet: 8C, CA and 8E. RGB value is (140,202,142). Sum of RGB (Red+Green+Blue) = 140+202+142=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8E is #733571. Grayscale: #B0B0B0. Windows color (decimal): -7550322 or 9357964. OLE color: 9357964.

HSL color Cylindrical-coordinate representation of color #8CCA8E: hue angle of 121.94º 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 #8CCA8E is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB140202142-
CMYK0.3100.300.21
HSL121.94º36.9%67.06%-
HSV(B)121.94º30.69%79.22%-
XYZ36.8249.7733.26-
YUV176.62108.46101.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=28.93%
G=41.74%
B=29.34%

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
Decimal1402021420.3100.300.21121.9436.967.06
Hex8CCA8E1F01E157a2543
Octal214312216370362517245103
Binary100011001100101010001110111110111101010111110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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