#9AD688

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

Shades of Gossip #9AD688

Tints of Gossip #9AD688

Color information

#9AD688 (or 0x9AD688) is unknown color: approx Gossip. HEX triplet: 9A, D6 and 88. RGB value is (154,214,136). Sum of RGB (Red+Green+Blue) = 154+214+136=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD688 is #652977. Grayscale: #BBBBBB. Windows color (decimal): -6629752 or 8967834. OLE color: 8967834.

HSL color Cylindrical-coordinate representation of color #9AD688: hue angle of 106.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AD688 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB154214136-
CMYK0.2800.360.16
HSL106.15º48.75%68.63%-
HSV(B)106.15º36.45%83.92%-
XYZ41.8256.7432.04-
YUV187.1799.12104.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=30.56%
G=42.46%
B=26.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542141360.2800.360.16106.1548.7568.63
Hex9AD6881C024106a3145
Octal232326210340442015261105
Binary1001101011010110100010001110001001001000011010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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