#9FD881

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

Shades of Gossip #9FD881

Tints of Gossip #9FD881

Color information

#9FD881 (or 0x9FD881) is unknown color: approx Gossip. HEX triplet: 9F, D8 and 81. RGB value is (159,216,129). Sum of RGB (Red+Green+Blue) = 159+216+129=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD881 is #60277E. Grayscale: #BDBDBD. Windows color (decimal): -6301567 or 8509599. OLE color: 8509599.

HSL color Cylindrical-coordinate representation of color #9FD881: hue angle of 99.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FD881 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB159216129-
CMYK0.2600.400.15
HSL99.31º52.73%67.65%-
HSV(B)99.31º40.28%84.71%-
XYZ42.8258.0729.72-
YUV189.0494.12106.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=31.55%
G=42.86%
B=25.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592161290.2600.400.1599.3152.7367.65
Hex9FD8811A028F633544
Octal237330201320501714365104
Binary100111111101100010000001110100101000111111000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,216,129); }

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

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

 a { background-color: rgb(159,216,129); }

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

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

 span { border-color: rgb(159,216,129); }

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