#9DD08B

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

Shades of Gossip #9DD08B

Tints of Gossip #9DD08B

Color information

#9DD08B (or 0x9DD08B) is unknown color: approx Gossip. HEX triplet: 9D, D0 and 8B. RGB value is (157,208,139). Sum of RGB (Red+Green+Blue) = 157+208+139=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD08B is #622F74. Grayscale: #B9B9B9. Windows color (decimal): -6434677 or 9162909. OLE color: 9162909.

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

Color convert

RGB157208139-
CMYK0.2500.330.18
HSL104.35º42.33%68.04%-
HSV(B)104.35º33.17%81.57%-
XYZ41.1254.1432.71-
YUV184.88102.1108.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=31.15%
G=41.27%
B=27.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081390.2500.330.18104.3542.3368.04
Hex9DD08B1902112682a44
Octal235320213310412215052104
Binary1001110111010000100010111100101000011001011010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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