#90d782

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

Shades of Gossip #90D782

Tints of Gossip #90D782

Color information

#90D782 (or 0x90D782) is unknown color: approx Gossip. HEX triplet: 90, D7 and 82. RGB value is (144,215,130). Sum of RGB (Red+Green+Blue) = 144+215+130=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #90D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D782 is #6F287D. Grayscale: #B8B8B8. Windows color (decimal): -7284862 or 8574864. OLE color: 8574864.

HSL color Cylindrical-coordinate representation of color #90D782: hue angle of 110.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D782 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB144215130-
CMYK0.3300.400.16
HSL110.12º51.52%67.65%-
HSV(B)110.12º39.53%84.31%-
XYZ39.8356.1429.86-
YUV184.0897.4899.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=29.45%
G=43.97%
B=26.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442151300.3300.400.16110.1251.5267.65
Hex90D78221028106e3444
Octal220327202410502015664104
Binary10010000110101111000001010000101010001000011011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90d782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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