#90DB80

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

Shades of Gossip #90DB80

Tints of Gossip #90DB80

Color information

#90DB80 (or 0x90DB80) is unknown color: approx Gossip. HEX triplet: 90, DB and 80. RGB value is (144,219,128). Sum of RGB (Red+Green+Blue) = 144+219+128=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DB80 is #6F247F. Grayscale: #BABABA. Windows color (decimal): -7283840 or 8444816. OLE color: 8444816.

HSL color Cylindrical-coordinate representation of color #90DB80: hue angle of 109.45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90DB80 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB144219128-
CMYK0.3400.420.14
HSL109.45º55.83%68.04%-
HSV(B)109.45º41.55%85.88%-
XYZ40.7358.1529.5-
YUV186.295.1597.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=29.33%
G=44.60%
B=26.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191280.3400.420.14109.4555.8368.04
Hex90DB802202AE6d3844
Octal220333200420521615570104
Binary1001000011011011100000001000100101010111011011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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