#9FCD84

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

Shades of Gossip #9FCD84

Tints of Gossip #9FCD84

Color information

#9FCD84 (or 0x9FCD84) is unknown color: approx Gossip. HEX triplet: 9F, CD and 84. RGB value is (159,205,132). Sum of RGB (Red+Green+Blue) = 159+205+132=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD84 is #60327B. Grayscale: #B7B7B7. Windows color (decimal): -6304380 or 8703391. OLE color: 8703391.

HSL color Cylindrical-coordinate representation of color #9FCD84: hue angle of 97.81º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCD84 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB159205132-
CMYK0.2200.360.20
HSL97.81º42.2%66.08%-
HSV(B)97.81º35.61%80.39%-
XYZ40.2952.729.88-
YUV182.9299.26110.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=32.06%
G=41.33%
B=26.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051320.2200.360.2097.8142.266.08
Hex9FCD841602414622a42
Octal237315204260442414252102
Binary1001111111001101100001001011001001001010011000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,132); }

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

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

 a { background-color: rgb(159,205,132); }

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

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

 span { border-color: rgb(159,205,132); }

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