#9AD972

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

Shades of Gossip #9AD972

Tints of Gossip #9AD972

Color information

#9AD972 (or 0x9AD972) is unknown color: approx Gossip. HEX triplet: 9A, D9 and 72. RGB value is (154,217,114). Sum of RGB (Red+Green+Blue) = 154+217+114=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD972 is #65268D. Grayscale: #BABABA. Windows color (decimal): -6629006 or 7526810. OLE color: 7526810.

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

Color convert

RGB154217114-
CMYK0.2900.470.15
HSL96.7º57.54%64.9%-
HSV(B)96.7º47.47%85.1%-
XYZ41.1857.7124.89-
YUV186.4287.13104.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=31.75%
G=44.74%
B=23.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171140.2900.470.1596.757.5464.9
Hex9AD9721D02FF613a41
Octal232331162350571714172101
Binary10011010110110011110010111010101111111111000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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