#9DC98F

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

Shades of Gossip #9DC98F

Tints of Gossip #9DC98F

Color information

#9DC98F (or 0x9DC98F) is unknown color: approx Gossip. HEX triplet: 9D, C9 and 8F. RGB value is (157,201,143). Sum of RGB (Red+Green+Blue) = 157+201+143=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC98F is #623670. Grayscale: #B5B5B5. Windows color (decimal): -6436465 or 9423261. OLE color: 9423261.

HSL color Cylindrical-coordinate representation of color #9DC98F: hue angle of 105.52º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC98F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB157201143-
CMYK0.2200.290.21
HSL105.52º34.94%67.45%-
HSV(B)105.52º28.86%78.82%-
XYZ39.7550.9233.72-
YUV181.23106.42110.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=31.34%
G=40.12%
B=28.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011430.2200.290.21105.5234.9467.45
Hex9DC98F1601D156a2343
Octal235311217260352515243103
Binary100111011100100110001111101100111011010111010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC98F; }

 p { color: rgb(157,201,143); }

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

<style>
 a { background-color: #9DC98F; }

 a { background-color: rgb(157,201,143); }

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

<style>
 span { border-color: #9DC98F; }

 span { border-color: rgb(157,201,143); }

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