#9AD472

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

Shades of Gossip #9AD472

Tints of Gossip #9AD472

Color information

#9AD472 (or 0x9AD472) is unknown color: approx Gossip. HEX triplet: 9A, D4 and 72. RGB value is (154,212,114). Sum of RGB (Red+Green+Blue) = 154+212+114=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD472 is #652B8D. Grayscale: #B7B7B7. Windows color (decimal): -6630286 or 7525530. OLE color: 7525530.

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

Color convert

RGB154212114-
CMYK0.2700.460.17
HSL95.51º53.26%63.92%-
HSV(B)95.51º46.23%83.14%-
XYZ39.9155.1724.47-
YUV183.4988.78106.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=32.08%
G=44.17%
B=23.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121140.2700.460.1795.5153.2663.92
Hex9AD4721B02E11603540
Octal232324162330562114065100
Binary100110101101010011100101101101011101000111000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,212,114); }

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

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

 a { background-color: rgb(154,212,114); }

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

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

 span { border-color: rgb(154,212,114); }

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