#90D96A

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

Shades of Gossip #90D96A

Tints of Gossip #90D96A

Color information

#90D96A (or 0x90D96A) is unknown color: approx Gossip. HEX triplet: 90, D9 and 6A. RGB value is (144,217,106). Sum of RGB (Red+Green+Blue) = 144+217+106=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #90D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D96A is #6F2695. Grayscale: #B6B6B6. Windows color (decimal): -7284374 or 7002512. OLE color: 7002512.

HSL color Cylindrical-coordinate representation of color #90D96A: hue angle of 99.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90D96A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB144217106-
CMYK0.3400.510.15
HSL99.46º59.36%63.33%-
HSV(B)99.46º51.15%85.1%-
XYZ38.9256.622.51-
YUV182.5284.82100.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=30.84%
G=46.47%
B=22.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442171060.3400.510.1599.4659.3663.33
Hex90D96A22033F633b3f
Octal22033115242063171437377
Binary10010000110110011101010100010011001111111100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,217,106); }

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

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

 a { background-color: rgb(144,217,106); }

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

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

 span { border-color: rgb(144,217,106); }

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