#9AD37A

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

Shades of Gossip #9AD37A

Tints of Gossip #9AD37A

Color information

#9AD37A (or 0x9AD37A) is unknown color: approx Gossip. HEX triplet: 9A, D3 and 7A. RGB value is (154,211,122). Sum of RGB (Red+Green+Blue) = 154+211+122=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD37A is #652C85. Grayscale: #B8B8B8. Windows color (decimal): -6630534 or 8049562. OLE color: 8049562.

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

Color convert

RGB154211122-
CMYK0.2700.420.17
HSL98.43º50.28%65.29%-
HSV(B)98.43º42.18%82.75%-
XYZ40.1354.8626.89-
YUV183.8193.12106.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=31.62%
G=43.33%
B=25.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542111220.2700.420.1798.4350.2865.29
Hex9AD37A1B02A11623241
Octal232323172330522114262101
Binary100110101101001111110101101101010101000111000101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,122); }

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

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

 a { background-color: rgb(154,211,122); }

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

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

 span { border-color: rgb(154,211,122); }

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