#9DD56F

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

Shades of Feijoa #9DD56F

Tints of Feijoa #9DD56F

Color information

#9DD56F (or 0x9DD56F) is unknown color: approx Feijoa. HEX triplet: 9D, D5 and 6F. RGB value is (157,213,111). Sum of RGB (Red+Green+Blue) = 157+213+111=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD56F is #622A90. Grayscale: #B8B8B8. Windows color (decimal): -6433425 or 7329181. OLE color: 7329181.

HSL color Cylindrical-coordinate representation of color #9DD56F: hue angle of 92.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DD56F is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB157213111-
CMYK0.2600.480.16
HSL92.94º54.84%63.53%-
HSV(B)92.94º47.89%83.53%-
XYZ40.5755.923.69-
YUV184.6386.45108.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=32.64%
G=44.28%
B=23.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131110.2600.480.1692.9454.8463.53
Hex9DD56F1A030105d3740
Octal235325157320602013567100
Binary100111011101010111011111101001100001000010111011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,111); }

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

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

 a { background-color: rgb(157,213,111); }

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

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

 span { border-color: rgb(157,213,111); }

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