#98D46F

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

Shades of Gossip #98D46F

Tints of Gossip #98D46F

Color information

#98D46F (or 0x98D46F) is unknown color: approx Gossip. HEX triplet: 98, D4 and 6F. RGB value is (152,212,111). Sum of RGB (Red+Green+Blue) = 152+212+111=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #98D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D46F is #672B90. Grayscale: #B6B6B6. Windows color (decimal): -6761361 or 7328920. OLE color: 7328920.

HSL color Cylindrical-coordinate representation of color #98D46F: hue angle of 95.64º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98D46F is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB152212111-
CMYK0.2800.480.17
HSL95.64º54.01%63.33%-
HSV(B)95.64º47.64%83.14%-
XYZ39.3654.9123.56-
YUV182.5587.62106.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=32%
G=44.63%
B=23.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121110.2800.480.1795.6454.0163.33
Hex98D46F1C0301160363f
Octal23032415734060211406677
Binary10011000110101001101111111000110000100011100000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,111); }

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

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

 a { background-color: rgb(152,212,111); }

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

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

 span { border-color: rgb(152,212,111); }

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