#8FCC93

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

Shades of De York #8FCC93

Tints of De York #8FCC93

Color information

#8FCC93 (or 0x8FCC93) is unknown color: approx De York. HEX triplet: 8F, CC and 93. RGB value is (143,204,147). Sum of RGB (Red+Green+Blue) = 143+204+147=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC93 is #70336C. Grayscale: #B3B3B3. Windows color (decimal): -7353197 or 9686159. OLE color: 9686159.

HSL color Cylindrical-coordinate representation of color #8FCC93: hue angle of 123.93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCC93 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB143204147-
CMYK0.3000.280.2
HSL123.93º37.42%68.04%-
HSV(B)123.93º29.9%80%-
XYZ38.1951.1335.46-
YUV179.26109.79102.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=28.95%
G=41.30%
B=29.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041470.3000.280.2123.9337.4268.04
Hex8FCC931E01C147c2544
Octal217314223360342417445104
Binary100011111100110010010011111100111001010011111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,147); }

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

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

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

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

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

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

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