#90E07D

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

Shades of Gossip #90E07D

Tints of Gossip #90E07D

Color information

#90E07D (or 0x90E07D) is unknown color: approx Gossip. HEX triplet: 90, E0 and 7D. RGB value is (144,224,125). Sum of RGB (Red+Green+Blue) = 144+224+125=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #90E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E07D is #6F1F82. Grayscale: #BDBDBD. Windows color (decimal): -7282563 or 8249488. OLE color: 8249488.

HSL color Cylindrical-coordinate representation of color #90E07D: hue angle of 108.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90E07D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB144224125-
CMYK0.3600.440.12
HSL108.48º61.49%68.43%-
HSV(B)108.48º44.2%87.84%-
XYZ41.8660.7228.92-
YUV188.799296.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=29.21%
G=45.44%
B=25.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1442241250.3600.440.12108.4861.4968.43
Hex90E07D2402CC6c3d44
Octal220340175440541415475104
Binary100100001110000011111011001000101100110011011001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,224,125); }

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

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

 a { background-color: rgb(144,224,125); }

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

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

 span { border-color: rgb(144,224,125); }

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