#90D481

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

Shades of Gossip #90D481

Tints of Gossip #90D481

Color information

#90D481 (or 0x90D481) is unknown color: approx Gossip. HEX triplet: 90, D4 and 81. RGB value is (144,212,129). Sum of RGB (Red+Green+Blue) = 144+212+129=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #90D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D481 is #6F2B7E. Grayscale: #B6B6B6. Windows color (decimal): -7285631 or 8508560. OLE color: 8508560.

HSL color Cylindrical-coordinate representation of color #90D481: hue angle of 109.16º 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 #90D481 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB144212129-
CMYK0.3200.390.17
HSL109.16º49.11%66.86%-
HSV(B)109.16º39.15%83.14%-
XYZ39.0154.629.25-
YUV182.2197.97100.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=29.69%
G=43.71%
B=26.60%

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
Decimal1442121290.3200.390.17109.1649.1166.86
Hex90D48120027116d3143
Octal220324201400472115561103
Binary10010000110101001000000110000001001111000111011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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