#9AD475

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

Shades of Gossip #9AD475

Tints of Gossip #9AD475

Color information

#9AD475 (or 0x9AD475) is unknown color: approx Gossip. HEX triplet: 9A, D4 and 75. RGB value is (154,212,117). Sum of RGB (Red+Green+Blue) = 154+212+117=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD475 is #652B8A. Grayscale: #B8B8B8. Windows color (decimal): -6630283 or 7722138. OLE color: 7722138.

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

Color convert

RGB154212117-
CMYK0.2700.450.17
HSL96.63º52.49%64.51%-
HSV(B)96.63º44.81%83.14%-
XYZ40.0855.2425.38-
YUV183.8390.28106.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 212 (83.20% from 255) = 43.89%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=31.88%
G=43.89%
B=24.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121170.2700.450.1796.6352.4964.51
Hex9AD4751B02D11613441
Octal232324165330552114164101
Binary100110101101010011101011101101011011000111000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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