#9AD075

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

Shades of Gossip #9AD075

Tints of Gossip #9AD075

Color information

#9AD075 (or 0x9AD075) is unknown color: approx Gossip. HEX triplet: 9A, D0 and 75. RGB value is (154,208,117). Sum of RGB (Red+Green+Blue) = 154+208+117=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD075 is #652F8A. Grayscale: #B5B5B5. Windows color (decimal): -6631307 or 7721114. OLE color: 7721114.

HSL color Cylindrical-coordinate representation of color #9AD075: hue angle of 95.6º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AD075 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB154208117-
CMYK0.2600.440.18
HSL95.6º49.19%63.73%-
HSV(B)95.6º43.75%81.57%-
XYZ39.0953.2725.05-
YUV181.4891.61108.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=32.15%
G=43.42%
B=24.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081170.2600.440.1895.649.1963.73
Hex9AD0751A02C12603140
Octal232320165320542214061100
Binary100110101101000011101011101001011001001011000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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