#8CC890

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

Shades of De York #8CC890

Tints of De York #8CC890

Color information

#8CC890 (or 0x8CC890) is unknown color: approx De York. HEX triplet: 8C, C8 and 90. RGB value is (140,200,144). Sum of RGB (Red+Green+Blue) = 140+200+144=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC890 is #73376F. Grayscale: #AFAFAF. Windows color (decimal): -7550832 or 9488524. OLE color: 9488524.

HSL color Cylindrical-coordinate representation of color #8CC890: hue angle of 124º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC890 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB140200144-
CMYK0.300.280.22
HSL124º35.29%66.67%-
HSV(B)124º30%78.43%-
XYZ36.548.933.9-
YUV175.68110.12102.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=28.93%
G=41.32%
B=29.75%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001440.300.280.2212435.2966.67
Hex8CC8901E01C167c2343
Octal214310220360342617443103
Binary100011001100100010010000111100111001011011111001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,144); }

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

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

 a { background-color: rgb(140,200,144); }

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

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

 span { border-color: rgb(140,200,144); }

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