#8CCA8F

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

Shades of De York #8CCA8F

Tints of De York #8CCA8F

Color information

#8CCA8F (or 0x8CCA8F) is unknown color: approx De York. HEX triplet: 8C, CA and 8F. RGB value is (140,202,143). Sum of RGB (Red+Green+Blue) = 140+202+143=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8F is #733570. Grayscale: #B0B0B0. Windows color (decimal): -7550321 or 9423500. OLE color: 9423500.

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

Color convert

RGB140202143-
CMYK0.3100.290.21
HSL122.9º36.9%67.06%-
HSV(B)122.9º30.69%79.22%-
XYZ36.8949.833.65-
YUV176.74108.96101.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=28.87%
G=41.65%
B=29.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021430.3100.290.21122.936.967.06
Hex8CCA8F1F01D157b2543
Octal214312217370352517345103
Binary100011001100101010001111111110111011010111110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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