#90DA7E

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

Shades of Gossip #90DA7E

Tints of Gossip #90DA7E

Color information

#90DA7E (or 0x90DA7E) is unknown color: approx Gossip. HEX triplet: 90, DA and 7E. RGB value is (144,218,126). Sum of RGB (Red+Green+Blue) = 144+218+126=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA7E is #6F2581. Grayscale: #B9B9B9. Windows color (decimal): -7284098 or 8313488. OLE color: 8313488.

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

Color convert

RGB144218126-
CMYK0.3400.420.15
HSL108.26º55.42%67.45%-
HSV(B)108.26º42.2%85.49%-
XYZ40.3457.5828.73-
YUV185.3994.4898.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=29.51%
G=44.67%
B=25.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442181260.3400.420.15108.2655.4267.45
Hex90DA7E2202AF6c3743
Octal220332176420521715467103
Binary100100001101101011111101000100101010111111011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,218,126); }

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

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

 a { background-color: rgb(144,218,126); }

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

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

 span { border-color: rgb(144,218,126); }

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