#9AD96F

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

Shades of Gossip #9AD96F

Tints of Gossip #9AD96F

Color information

#9AD96F (or 0x9AD96F) is unknown color: approx Gossip. HEX triplet: 9A, D9 and 6F. RGB value is (154,217,111). Sum of RGB (Red+Green+Blue) = 154+217+111=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD96F is #652690. Grayscale: #BABABA. Windows color (decimal): -6629009 or 7330202. OLE color: 7330202.

HSL color Cylindrical-coordinate representation of color #9AD96F: hue angle of 95.66º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AD96F is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB154217111-
CMYK0.2900.490.15
HSL95.66º58.24%64.31%-
HSV(B)95.66º48.85%85.1%-
XYZ41.0157.6424-
YUV186.0885.63105.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=31.95%
G=45.02%
B=23.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171110.2900.490.1595.6658.2464.31
Hex9AD96F1D031F603a40
Octal232331157350611714072100
Binary10011010110110011101111111010110001111111000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,111); }

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

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

 a { background-color: rgb(154,217,111); }

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

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

 span { border-color: rgb(154,217,111); }

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