#8FCE8A

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

Shades of De York #8FCE8A

Tints of De York #8FCE8A

Color information

#8FCE8A (or 0x8FCE8A) is unknown color: approx De York. HEX triplet: 8F, CE and 8A. RGB value is (143,206,138). Sum of RGB (Red+Green+Blue) = 143+206+138=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCE8A is #703175. Grayscale: #B3B3B3. Windows color (decimal): -7352694 or 9096847. OLE color: 9096847.

HSL color Cylindrical-coordinate representation of color #8FCE8A: hue angle of 115.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCE8A is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB143206138-
CMYK0.3100.330.19
HSL115.59º40.96%67.45%-
HSV(B)115.59º33.01%80.78%-
XYZ37.9951.8232.04-
YUV179.41104.63102.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=29.36%
G=42.30%
B=28.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061380.3100.330.19115.5940.9667.45
Hex8FCE8A1F02113742943
Octal217316212370412316451103
Binary1000111111001110100010101111101000011001111101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,138); }

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

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

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

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

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

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

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