#9DD27D

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

Shades of Gossip #9DD27D

Tints of Gossip #9DD27D

Color information

#9DD27D (or 0x9DD27D) is unknown color: approx Gossip. HEX triplet: 9D, D2 and 7D. RGB value is (157,210,125). Sum of RGB (Red+Green+Blue) = 157+210+125=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD27D is #622D82. Grayscale: #B8B8B8. Windows color (decimal): -6434179 or 8245917. OLE color: 8245917.

HSL color Cylindrical-coordinate representation of color #9DD27D: hue angle of 97.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD27D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB157210125-
CMYK0.2500.400.18
HSL97.41º48.57%65.69%-
HSV(B)97.41º40.48%82.35%-
XYZ40.6554.7427.83-
YUV184.4694.44108.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=31.91%
G=42.68%
B=25.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572101250.2500.400.1897.4148.5765.69
Hex9DD27D1902812613142
Octal235322175310502214161102
Binary100111011101001011111011100101010001001011000011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,125); }

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

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

 a { background-color: rgb(157,210,125); }

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

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

 span { border-color: rgb(157,210,125); }

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