#9AD881

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

Shades of Gossip #9AD881

Tints of Gossip #9AD881

Color information

#9AD881 (or 0x9AD881) is unknown color: approx Gossip. HEX triplet: 9A, D8 and 81. RGB value is (154,216,129). Sum of RGB (Red+Green+Blue) = 154+216+129=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD881 is #65277E. Grayscale: #BBBBBB. Windows color (decimal): -6629247 or 8509594. OLE color: 8509594.

HSL color Cylindrical-coordinate representation of color #9AD881: hue angle of 102.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD881 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB154216129-
CMYK0.2900.400.15
HSL102.76º52.73%67.65%-
HSV(B)102.76º40.28%84.71%-
XYZ41.8457.5729.67-
YUV187.5494.96104.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=30.86%
G=43.29%
B=25.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542161290.2900.400.15102.7652.7367.65
Hex9AD8811D028F673544
Octal232330201350501714765104
Binary100110101101100010000001111010101000111111001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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