#9DD08E

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

Shades of Gossip #9DD08E

Tints of Gossip #9DD08E

Color information

#9DD08E (or 0x9DD08E) is unknown color: approx Gossip. HEX triplet: 9D, D0 and 8E. RGB value is (157,208,142). Sum of RGB (Red+Green+Blue) = 157+208+142=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD08E is #622F71. Grayscale: #B9B9B9. Windows color (decimal): -6434674 or 9359517. OLE color: 9359517.

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

Color convert

RGB157208142-
CMYK0.2500.320.18
HSL106.36º41.25%68.63%-
HSV(B)106.36º31.73%81.57%-
XYZ41.3454.2333.88-
YUV185.23103.6107.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=30.97%
G=41.03%
B=28.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081420.2500.320.18106.3641.2568.63
Hex9DD08E19020126a2945
Octal235320216310402215251105
Binary1001110111010000100011101100101000001001011010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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