#9AD988

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

Shades of Gossip #9AD988

Tints of Gossip #9AD988

Color information

#9AD988 (or 0x9AD988) is unknown color: approx Gossip. HEX triplet: 9A, D9 and 88. RGB value is (154,217,136). Sum of RGB (Red+Green+Blue) = 154+217+136=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD988 is #652677. Grayscale: #BDBDBD. Windows color (decimal): -6628984 or 8968602. OLE color: 8968602.

HSL color Cylindrical-coordinate representation of color #9AD988: hue angle of 106.67º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AD988 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB154217136-
CMYK0.2900.370.15
HSL106.67º51.59%69.22%-
HSV(B)106.67º37.33%85.1%-
XYZ42.5858.2732.3-
YUV188.9398.13103.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=30.37%
G=42.80%
B=26.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171360.2900.370.15106.6751.5969.22
Hex9AD9881D025F6b3445
Octal232331210350451715364105
Binary100110101101100110001000111010100101111111010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,136); }

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

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

 a { background-color: rgb(154,217,136); }

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

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

 span { border-color: rgb(154,217,136); }

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