#8CC993

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

Shades of De York #8CC993

Tints of De York #8CC993

Color information

#8CC993 (or 0x8CC993) is unknown color: approx De York. HEX triplet: 8C, C9 and 93. RGB value is (140,201,147). Sum of RGB (Red+Green+Blue) = 140+201+147=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC993 is #73366C. Grayscale: #B0B0B0. Windows color (decimal): -7550573 or 9685388. OLE color: 9685388.

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

Color convert

RGB140201147-
CMYK0.3000.270.21
HSL126.89º36.09%66.86%-
HSV(B)126.89º30.35%78.82%-
XYZ36.9749.4635.2-
YUV176.6111.29101.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=28.69%
G=41.19%
B=30.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011470.3000.270.21126.8936.0966.86
Hex8CC9931E01B157f2443
Octal214311223360332517744103
Binary100011001100100110010011111100110111010111111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,147); }

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

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

 a { background-color: rgb(140,201,147); }

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

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

 span { border-color: rgb(140,201,147); }

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