#9DD58A

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

Shades of Gossip #9DD58A

Tints of Gossip #9DD58A

Color information

#9DD58A (or 0x9DD58A) is unknown color: approx Gossip. HEX triplet: 9D, D5 and 8A. RGB value is (157,213,138). Sum of RGB (Red+Green+Blue) = 157+213+138=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD58A is #622A75. Grayscale: #BBBBBB. Windows color (decimal): -6433398 or 9098653. OLE color: 9098653.

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

Color convert

RGB157213138-
CMYK0.2600.350.16
HSL104.8º47.17%68.82%-
HSV(B)104.8º35.21%83.53%-
XYZ42.2956.5932.74-
YUV187.7199.95106.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=30.91%
G=41.93%
B=27.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131380.2600.350.16104.847.1768.82
Hex9DD58A1A02310692f45
Octal235325212320432015157105
Binary1001110111010101100010101101001000111000011010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,138); }

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

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

 a { background-color: rgb(157,213,138); }

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

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

 span { border-color: rgb(157,213,138); }

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