#9AD46F

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

Shades of Gossip #9AD46F

Tints of Gossip #9AD46F

Color information

#9AD46F (or 0x9AD46F) is unknown color: approx Gossip. HEX triplet: 9A, D4 and 6F. RGB value is (154,212,111). Sum of RGB (Red+Green+Blue) = 154+212+111=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD46F is #652B90. Grayscale: #B7B7B7. Windows color (decimal): -6630289 or 7328922. OLE color: 7328922.

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

Color convert

RGB154212111-
CMYK0.2700.480.17
HSL94.46º54.01%63.33%-
HSV(B)94.46º47.64%83.14%-
XYZ39.7455.123.58-
YUV183.1487.28107.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=32.29%
G=44.44%
B=23.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121110.2700.480.1794.4654.0163.33
Hex9AD46F1B030115e363f
Octal23232415733060211366677
Binary10011010110101001101111110110110000100011011110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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