#98E97A

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

Shades of Gossip #98E97A

Tints of Gossip #98E97A

Color information

#98E97A (or 0x98E97A) is unknown color: approx Gossip. HEX triplet: 98, E9 and 7A. RGB value is (152,233,122). Sum of RGB (Red+Green+Blue) = 152+233+122=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #98E97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E97A is #671685. Grayscale: #C4C4C4. Windows color (decimal): -6755974 or 8055192. OLE color: 8055192.

HSL color Cylindrical-coordinate representation of color #98E97A: hue angle of 103.78º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98E97A is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB152233122-
CMYK0.3500.480.09
HSL103.78º71.61%69.61%-
HSV(B)103.78º47.64%91.37%-
XYZ45.666.3628.82-
YUV196.1386.1696.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 233 (91.41% from 255) = 45.96%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=29.98%
G=45.96%
B=24.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522331220.3500.480.09103.7871.6169.61
Hex98E97A230309684846
Octal2303511724306011150110106
Binary1001100011101001111101010001101100001001110100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E97A; }

 p { color: rgb(152,233,122); }

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

<style>
 a { background-color: #98E97A; }

 a { background-color: rgb(152,233,122); }

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

<style>
 span { border-color: #98E97A; }

 span { border-color: rgb(152,233,122); }

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