#90D976

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

Shades of Gossip #90D976

Tints of Gossip #90D976

Color information

#90D976 (or 0x90D976) is unknown color: approx Gossip. HEX triplet: 90, D9 and 76. RGB value is (144,217,118). Sum of RGB (Red+Green+Blue) = 144+217+118=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #90D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D976 is #6F2689. Grayscale: #B8B8B8. Windows color (decimal): -7284362 or 7788944. OLE color: 7788944.

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

Color convert

RGB144217118-
CMYK0.3400.460.15
HSL104.24º56.57%65.69%-
HSV(B)104.24º45.62%85.1%-
XYZ39.5856.8626.03-
YUV183.8990.8299.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=30.06%
G=45.30%
B=24.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442171180.3400.460.15104.2456.5765.69
Hex90D9762202EF683942
Octal220331166420561715071102
Binary100100001101100111101101000100101110111111010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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