#9DD48B

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

Shades of Gossip #9DD48B

Tints of Gossip #9DD48B

Color information

#9DD48B (or 0x9DD48B) is unknown color: approx Gossip. HEX triplet: 9D, D4 and 8B. RGB value is (157,212,139). Sum of RGB (Red+Green+Blue) = 157+212+139=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD48B is #622B74. Grayscale: #BBBBBB. Windows color (decimal): -6433653 or 9163933. OLE color: 9163933.

HSL color Cylindrical-coordinate representation of color #9DD48B: hue angle of 105.21º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD48B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB157212139-
CMYK0.2600.340.17
HSL105.21º45.91%68.82%-
HSV(B)105.21º34.43%83.14%-
XYZ42.1156.1233.04-
YUV187.23100.78106.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 212 (83.20% from 255) = 41.73%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=30.91%
G=41.73%
B=27.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121390.2600.340.17105.2145.9168.82
Hex9DD48B1A02211692e45
Octal235324213320422115156105
Binary1001110111010100100010111101001000101000111010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,139); }

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

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

 a { background-color: rgb(157,212,139); }

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

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

 span { border-color: rgb(157,212,139); }

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