#9AD084

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

Shades of Gossip #9AD084

Tints of Gossip #9AD084

Color information

#9AD084 (or 0x9AD084) is unknown color: approx Gossip. HEX triplet: 9A, D0 and 84. RGB value is (154,208,132). Sum of RGB (Red+Green+Blue) = 154+208+132=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD084 is #652F7B. Grayscale: #B7B7B7. Windows color (decimal): -6631292 or 8704154. OLE color: 8704154.

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

Color convert

RGB154208132-
CMYK0.2600.370.18
HSL102.63º44.71%66.67%-
HSV(B)102.63º36.54%81.57%-
XYZ40.0553.6530.07-
YUV183.1999.11107.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=31.17%
G=42.11%
B=26.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081320.2600.370.18102.6344.7166.67
Hex9AD0841A02512672d43
Octal232320204320452214755103
Binary1001101011010000100001001101001001011001011001111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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