#90D878

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

Shades of Gossip #90D878

Tints of Gossip #90D878

Color information

#90D878 (or 0x90D878) is unknown color: approx Gossip. HEX triplet: 90, D8 and 78. RGB value is (144,216,120). Sum of RGB (Red+Green+Blue) = 144+216+120=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #90D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D878 is #6F2787. Grayscale: #B7B7B7. Windows color (decimal): -7284616 or 7919760. OLE color: 7919760.

HSL color Cylindrical-coordinate representation of color #90D878: hue angle of 105º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D878 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB144216120-
CMYK0.3300.440.15
HSL105º55.17%65.88%-
HSV(B)105º44.44%84.71%-
XYZ39.4556.426.58-
YUV183.5392.1599.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 120 (47.27% from 255) = 25%
R=30%
G=45%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442161200.3300.440.1510555.1765.88
Hex90D8782102CF693742
Octal220330170410541715167102
Binary100100001101100011110001000010101100111111010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,216,120); }

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

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

 a { background-color: rgb(144,216,120); }

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

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

 span { border-color: rgb(144,216,120); }

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