#9DD08A

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

Shades of Gossip #9DD08A

Tints of Gossip #9DD08A

Color information

#9DD08A (or 0x9DD08A) is unknown color: approx Gossip. HEX triplet: 9D, D0 and 8A. RGB value is (157,208,138). Sum of RGB (Red+Green+Blue) = 157+208+138=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD08A is #622F75. Grayscale: #B9B9B9. Windows color (decimal): -6434678 or 9097373. OLE color: 9097373.

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

Color convert

RGB157208138-
CMYK0.2500.340.18
HSL103.71º42.68%67.84%-
HSV(B)103.71º33.65%81.57%-
XYZ41.0554.1132.33-
YUV184.77101.6108.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=31.21%
G=41.35%
B=27.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081380.2500.340.18103.7142.6867.84
Hex9DD08A1902212682b44
Octal235320212310422215053104
Binary1001110111010000100010101100101000101001011010001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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