#9DD96D

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

Shades of Feijoa #9DD96D

Tints of Feijoa #9DD96D

Color information

#9DD96D (or 0x9DD96D) is unknown color: approx Feijoa. HEX triplet: 9D, D9 and 6D. RGB value is (157,217,109). Sum of RGB (Red+Green+Blue) = 157+217+109=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD96D is #622692. Grayscale: #BBBBBB. Windows color (decimal): -6432403 or 7199133. OLE color: 7199133.

HSL color Cylindrical-coordinate representation of color #9DD96D: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD96D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB157217109-
CMYK0.2800.500.15
HSL93.33º58.7%63.92%-
HSV(B)93.33º49.77%85.1%-
XYZ41.4857.923.46-
YUV186.7584.12106.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=32.51%
G=44.93%
B=22.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171090.2800.500.1593.3358.763.92
Hex9DD96D1C032F5d3b40
Octal235331155340621713573100
Binary10011101110110011101101111000110010111110111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,109); }

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

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

 a { background-color: rgb(157,217,109); }

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

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

 span { border-color: rgb(157,217,109); }

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