#9DD688

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

Shades of Gossip #9DD688

Tints of Gossip #9DD688

Color information

#9DD688 (or 0x9DD688) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 88. RGB value is (157,214,136). Sum of RGB (Red+Green+Blue) = 157+214+136=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD688 is #622977. Grayscale: #BCBCBC. Windows color (decimal): -6433144 or 8967837. OLE color: 8967837.

HSL color Cylindrical-coordinate representation of color #9DD688: hue angle of 103.85º 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 #9DD688 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB157214136-
CMYK0.2700.360.16
HSL103.85º48.75%68.63%-
HSV(B)103.85º36.45%83.92%-
XYZ42.457.0432.07-
YUV188.0698.62105.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=30.97%
G=42.21%
B=26.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141360.2700.360.16103.8548.7568.63
Hex9DD6881B02410683145
Octal235326210330442015061105
Binary1001110111010110100010001101101001001000011010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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