#9DD18E

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

Shades of Gossip #9DD18E

Tints of Gossip #9DD18E

Color information

#9DD18E (or 0x9DD18E) is unknown color: approx Gossip. HEX triplet: 9D, D1 and 8E. RGB value is (157,209,142). Sum of RGB (Red+Green+Blue) = 157+209+142=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD18E is #622E71. Grayscale: #BABABA. Windows color (decimal): -6434418 or 9359773. OLE color: 9359773.

HSL color Cylindrical-coordinate representation of color #9DD18E: hue angle of 106.57º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DD18E is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB157209142-
CMYK0.2500.320.18
HSL106.57º42.14%68.82%-
HSV(B)106.57º32.06%81.96%-
XYZ41.5954.7233.96-
YUV185.81103.27107.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=30.91%
G=41.14%
B=27.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091420.2500.320.18106.5742.1468.82
Hex9DD18E19020126b2a45
Octal235321216310402215352105
Binary1001110111010001100011101100101000001001011010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,142); }

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

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

 a { background-color: rgb(157,209,142); }

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

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

 span { border-color: rgb(157,209,142); }

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