#90D682

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

Shades of Gossip #90D682

Tints of Gossip #90D682

Color information

#90D682 (or 0x90D682) is unknown color: approx Gossip. HEX triplet: 90, D6 and 82. RGB value is (144,214,130). Sum of RGB (Red+Green+Blue) = 144+214+130=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #90D682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D682 is #6F297D. Grayscale: #B7B7B7. Windows color (decimal): -7285118 or 8574608. OLE color: 8574608.

HSL color Cylindrical-coordinate representation of color #90D682: hue angle of 110º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D682 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB144214130-
CMYK0.3300.390.16
HSL110º50.6%67.45%-
HSV(B)110º39.25%83.92%-
XYZ39.5855.6329.77-
YUV183.4997.8199.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=29.51%
G=43.85%
B=26.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442141300.3300.390.1611050.667.45
Hex90D68221027106e3343
Octal220326202410472015663103
Binary10010000110101101000001010000101001111000011011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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