#90CE80

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

Shades of Gossip #90CE80

Tints of Gossip #90CE80

Color information

#90CE80 (or 0x90CE80) is unknown color: approx Gossip. HEX triplet: 90, CE and 80. RGB value is (144,206,128). Sum of RGB (Red+Green+Blue) = 144+206+128=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE80 is #6F317F. Grayscale: #B2B2B2. Windows color (decimal): -7287168 or 8441488. OLE color: 8441488.

HSL color Cylindrical-coordinate representation of color #90CE80: hue angle of 107.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90CE80 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB144206128-
CMYK0.3000.380.19
HSL107.69º44.32%65.49%-
HSV(B)107.69º37.86%80.78%-
XYZ37.4751.6328.41-
YUV178.5799.46103.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 206 (80.86% from 255) = 43.10%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=30.13%
G=43.10%
B=26.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061280.3000.380.19107.6944.3265.49
Hex90CE801E026136c2c41
Octal220316200360462315454101
Binary1001000011001110100000001111001001101001111011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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