#98E07A

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

Shades of Gossip #98E07A

Tints of Gossip #98E07A

Color information

#98E07A (or 0x98E07A) is unknown color: approx Gossip. HEX triplet: 98, E0 and 7A. RGB value is (152,224,122). Sum of RGB (Red+Green+Blue) = 152+224+122=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #98E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E07A is #671F85. Grayscale: #BFBFBF. Windows color (decimal): -6758278 or 8052888. OLE color: 8052888.

HSL color Cylindrical-coordinate representation of color #98E07A: hue angle of 102.35º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98E07A is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB152224122-
CMYK0.3200.460.12
HSL102.35º62.2%67.84%-
HSV(B)102.35º45.54%87.84%-
XYZ43.1261.3927.99-
YUV190.8489.15100.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=30.52%
G=44.98%
B=24.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522241220.3200.460.12102.3562.267.84
Hex98E07A2002EC663e44
Octal230340172400561414676104
Binary100110001110000011110101000000101110110011001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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