#90D980

Color #90D980 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #90D980

Tints of Gossip #90D980

Color information

#90D980 (or 0x90D980) is unknown color: approx Gossip. HEX triplet: 90, D9 and 80. RGB value is (144,217,128). Sum of RGB (Red+Green+Blue) = 144+217+128=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #90D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D980 is #6F267F. Grayscale: #B9B9B9. Windows color (decimal): -7284352 or 8444304. OLE color: 8444304.

HSL color Cylindrical-coordinate representation of color #90D980: hue angle of 109.21º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90D980 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB144217128-
CMYK0.3400.410.15
HSL109.21º53.94%67.65%-
HSV(B)109.21º41.01%85.1%-
XYZ40.2157.1129.33-
YUV185.0395.8298.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=29.45%
G=44.38%
B=26.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442171280.3400.410.15109.2153.9467.65
Hex90D98022029F6d3644
Octal220331200420511715566104
Binary1001000011011001100000001000100101001111111011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D980; }

 p { color: rgb(144,217,128); }

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

<style>
 a { background-color: #90D980; }

 a { background-color: rgb(144,217,128); }

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

<style>
 span { border-color: #90D980; }

 span { border-color: rgb(144,217,128); }

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