#9DDD76

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

Shades of Feijoa #9DDD76

Tints of Feijoa #9DDD76

Color information

#9DDD76 (or 0x9DDD76) is unknown color: approx Feijoa. HEX triplet: 9D, DD and 76. RGB value is (157,221,118). Sum of RGB (Red+Green+Blue) = 157+221+118=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD76 is #622289. Grayscale: #BEBEBE. Windows color (decimal): -6431370 or 7789981. OLE color: 7789981.

HSL color Cylindrical-coordinate representation of color #9DDD76: hue angle of 97.28º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDD76 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB157221118-
CMYK0.2900.470.13
HSL97.28º60.23%66.47%-
HSV(B)97.28º46.61%86.67%-
XYZ43.0360.1926.49-
YUV190.1287.3104.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=31.65%
G=44.56%
B=23.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211180.2900.470.1397.2860.2366.47
Hex9DDD761D02FD613c42
Octal235335166350571514174102
Binary10011101110111011110110111010101111110111000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,118); }

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

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

 a { background-color: rgb(157,221,118); }

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

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

 span { border-color: rgb(157,221,118); }

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