#90D482

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

Shades of Gossip #90D482

Tints of Gossip #90D482

Color information

#90D482 (or 0x90D482) is unknown color: approx Gossip. HEX triplet: 90, D4 and 82. RGB value is (144,212,130). Sum of RGB (Red+Green+Blue) = 144+212+130=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #90D482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D482 is #6F2B7D. Grayscale: #B6B6B6. Windows color (decimal): -7285630 or 8574096. OLE color: 8574096.

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

Color convert

RGB144212130-
CMYK0.3200.390.17
HSL109.76º48.81%67.06%-
HSV(B)109.76º38.68%83.14%-
XYZ39.0754.6329.6-
YUV182.3298.47100.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=29.63%
G=43.62%
B=26.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1442121300.3200.390.17109.7648.8167.06
Hex90D48220027116e3143
Octal220324202400472115661103
Binary10010000110101001000001010000001001111000111011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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