#9DD07F

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

Shades of Gossip #9DD07F

Tints of Gossip #9DD07F

Color information

#9DD07F (or 0x9DD07F) is unknown color: approx Gossip. HEX triplet: 9D, D0 and 7F. RGB value is (157,208,127). Sum of RGB (Red+Green+Blue) = 157+208+127=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD07F is #622F80. Grayscale: #B7B7B7. Windows color (decimal): -6434689 or 8376477. OLE color: 8376477.

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

Color convert

RGB157208127-
CMYK0.2500.390.18
HSL97.78º46.29%65.69%-
HSV(B)97.78º38.94%81.57%-
XYZ40.2953.8128.34-
YUV183.5296.1109.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 127 (50% from 255) = 25.81%
R=31.91%
G=42.28%
B=25.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081270.2500.390.1897.7846.2965.69
Hex9DD07F1902712622e42
Octal235320177310472214256102
Binary100111011101000011111111100101001111001011000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,127); }

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

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

 a { background-color: rgb(157,208,127); }

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

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

 span { border-color: rgb(157,208,127); }

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