#90D480

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

Shades of Gossip #90D480

Tints of Gossip #90D480

Color information

#90D480 (or 0x90D480) is unknown color: approx Gossip. HEX triplet: 90, D4 and 80. RGB value is (144,212,128). Sum of RGB (Red+Green+Blue) = 144+212+128=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #90D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D480 is #6F2B7F. Grayscale: #B6B6B6. Windows color (decimal): -7285632 or 8443024. OLE color: 8443024.

HSL color Cylindrical-coordinate representation of color #90D480: hue angle of 108.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D480 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB144212128-
CMYK0.3200.400.17
HSL108.57º49.41%66.67%-
HSV(B)108.57º39.62%83.14%-
XYZ38.9454.5728.9-
YUV182.0997.47100.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=29.75%
G=43.80%
B=26.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1442121280.3200.400.17108.5749.4166.67
Hex90D48020028116d3143
Octal220324200400502115561103
Binary10010000110101001000000010000001010001000111011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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