#8CC990

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

Shades of De York #8CC990

Tints of De York #8CC990

Color information

#8CC990 (or 0x8CC990) is unknown color: approx De York. HEX triplet: 8C, C9 and 90. RGB value is (140,201,144). Sum of RGB (Red+Green+Blue) = 140+201+144=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC990 is #73366F. Grayscale: #B0B0B0. Windows color (decimal): -7550576 or 9488780. OLE color: 9488780.

HSL color Cylindrical-coordinate representation of color #8CC990: hue angle of 123.93º 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 #8CC990 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB140201144-
CMYK0.3000.280.21
HSL123.93º36.09%66.86%-
HSV(B)123.93º30.35%78.82%-
XYZ36.7449.3633.98-
YUV176.26109.79102.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=28.87%
G=41.44%
B=29.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011440.3000.280.21123.9336.0966.86
Hex8CC9901E01C157c2443
Octal214311220360342517444103
Binary100011001100100110010000111100111001010111111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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