#9AD571

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

Shades of Gossip #9AD571

Tints of Gossip #9AD571

Color information

#9AD571 (or 0x9AD571) is unknown color: approx Gossip. HEX triplet: 9A, D5 and 71. RGB value is (154,213,113). Sum of RGB (Red+Green+Blue) = 154+213+113=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD571 is #652A8E. Grayscale: #B8B8B8. Windows color (decimal): -6630031 or 7460250. OLE color: 7460250.

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

Color convert

RGB154213113-
CMYK0.2800.470.16
HSL95.4º54.35%63.92%-
HSV(B)95.4º46.95%83.53%-
XYZ40.155.6524.25-
YUV183.9687.95106.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=32.08%
G=44.38%
B=23.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131130.2800.470.1695.454.3563.92
Hex9AD5711C02F105f3640
Octal232325161340572013766100
Binary100110101101010111100011110001011111000010111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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