#90C57D

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

Shades of Gossip #90C57D

Tints of Gossip #90C57D

Color information

#90C57D (or 0x90C57D) is unknown color: approx Gossip. HEX triplet: 90, C5 and 7D. RGB value is (144,197,125). Sum of RGB (Red+Green+Blue) = 144+197+125=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #90C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C57D is #6F3A82. Grayscale: #ADADAD. Windows color (decimal): -7289475 or 8242576. OLE color: 8242576.

HSL color Cylindrical-coordinate representation of color #90C57D: hue angle of 104.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90C57D is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB144197125-
CMYK0.2700.370.23
HSL104.17º38.3%63.14%-
HSV(B)104.17º36.55%77.25%-
XYZ35.1747.3426.69-
YUV172.94100.94107.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.90%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=30.90%
G=42.27%
B=26.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441971250.2700.370.23104.1738.363.14
Hex90C57D1B0251768263f
Octal22030517533045271504677
Binary10010000110001011111101110110100101101111101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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