#8FCA8F

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

Shades of De York #8FCA8F

Tints of De York #8FCA8F

Color information

#8FCA8F (or 0x8FCA8F) is unknown color: approx De York. HEX triplet: 8F, CA and 8F. RGB value is (143,202,143). Sum of RGB (Red+Green+Blue) = 143+202+143=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA8F is #703570. Grayscale: #B1B1B1. Windows color (decimal): -7353713 or 9423503. OLE color: 9423503.

HSL color Cylindrical-coordinate representation of color #8FCA8F: hue angle of 120º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCA8F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB143202143-
CMYK0.2900.290.21
HSL120º35.76%67.65%-
HSV(B)120º29.21%79.22%-
XYZ37.4150.0633.68-
YUV177.63108.45103.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=29.30%
G=41.39%
B=29.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021430.2900.290.2112035.7667.65
Hex8FCA8F1D01D15782444
Octal217312217350352517044104
Binary100011111100101010001111111010111011010111110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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