#9AD572

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

Shades of Gossip #9AD572

Tints of Gossip #9AD572

Color information

#9AD572 (or 0x9AD572) is unknown color: approx Gossip. HEX triplet: 9A, D5 and 72. RGB value is (154,213,114). Sum of RGB (Red+Green+Blue) = 154+213+114=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD572 is #652A8D. Grayscale: #B8B8B8. Windows color (decimal): -6630030 or 7525786. OLE color: 7525786.

HSL color Cylindrical-coordinate representation of color #9AD572: hue angle of 95.76º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD572 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB154213114-
CMYK0.2800.460.16
HSL95.76º54.1%64.12%-
HSV(B)95.76º46.48%83.53%-
XYZ40.1655.6724.55-
YUV184.0788.45106.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=32.02%
G=44.28%
B=23.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131140.2800.460.1695.7654.164.12
Hex9AD5721C02E10603640
Octal232325162340562014066100
Binary100110101101010111100101110001011101000011000001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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