#9AD277

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

Shades of Gossip #9AD277

Tints of Gossip #9AD277

Color information

#9AD277 (or 0x9AD277) is unknown color: approx Gossip. HEX triplet: 9A, D2 and 77. RGB value is (154,210,119). Sum of RGB (Red+Green+Blue) = 154+210+119=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD277 is #652D88. Grayscale: #B7B7B7. Windows color (decimal): -6630793 or 7852698. OLE color: 7852698.

HSL color Cylindrical-coordinate representation of color #9AD277: hue angle of 96.92º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD277 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB154210119-
CMYK0.2700.430.18
HSL96.92º50.28%64.51%-
HSV(B)96.92º43.33%82.35%-
XYZ39.754.325.84-
YUV182.8891.95107.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=31.88%
G=43.48%
B=24.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101190.2700.430.1896.9250.2864.51
Hex9AD2771B02B12613241
Octal232322167330532214162101
Binary100110101101001011101111101101010111001011000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,210,119); }

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

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

 a { background-color: rgb(154,210,119); }

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

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

 span { border-color: rgb(154,210,119); }

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