#98E27A

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

Shades of Gossip #98E27A

Tints of Gossip #98E27A

Color information

#98E27A (or 0x98E27A) is unknown color: approx Gossip. HEX triplet: 98, E2 and 7A. RGB value is (152,226,122). Sum of RGB (Red+Green+Blue) = 152+226+122=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #98E27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E27A is #671D85. Grayscale: #C0C0C0. Windows color (decimal): -6757766 or 8053400. OLE color: 8053400.

HSL color Cylindrical-coordinate representation of color #98E27A: hue angle of 102.69º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98E27A is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB152226122-
CMYK0.3300.460.11
HSL102.69º64.2%68.24%-
HSV(B)102.69º46.02%88.63%-
XYZ43.6662.4728.17-
YUV192.0288.4899.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=30.4%
G=45.2%
B=24.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522261220.3300.460.11102.6964.268.24
Hex98E27A2102EB674044
Octal2303421724105613147100104
Binary1001100011100010111101010000101011101011110011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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