#9AD86B

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

Shades of Gossip #9AD86B

Tints of Gossip #9AD86B

Color information

#9AD86B (or 0x9AD86B) is unknown color: approx Gossip. HEX triplet: 9A, D8 and 6B. RGB value is (154,216,107). Sum of RGB (Red+Green+Blue) = 154+216+107=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD86B is #652794. Grayscale: #B9B9B9. Windows color (decimal): -6629269 or 7067802. OLE color: 7067802.

HSL color Cylindrical-coordinate representation of color #9AD86B: hue angle of 94.13º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AD86B is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB154216107-
CMYK0.2900.500.15
HSL94.13º58.29%63.33%-
HSV(B)94.13º50.46%84.71%-
XYZ40.5457.0422.78-
YUV185.0483.96105.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=32.29%
G=45.28%
B=22.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542161070.2900.500.1594.1358.2963.33
Hex9AD86B1D032F5e3a3f
Octal23233015335062171367277
Binary1001101011011000110101111101011001011111011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,107); }

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

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

 a { background-color: rgb(154,216,107); }

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

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

 span { border-color: rgb(154,216,107); }

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