#9DD772

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

Shades of Feijoa #9DD772

Tints of Feijoa #9DD772

Color information

#9DD772 (or 0x9DD772) is unknown color: approx Feijoa. HEX triplet: 9D, D7 and 72. RGB value is (157,215,114). Sum of RGB (Red+Green+Blue) = 157+215+114=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD772 is #62288D. Grayscale: #BABABA. Windows color (decimal): -6432910 or 7526301. OLE color: 7526301.

HSL color Cylindrical-coordinate representation of color #9DD772: hue angle of 94.46º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD772 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB157215114-
CMYK0.2700.470.16
HSL94.46º55.8%64.51%-
HSV(B)94.46º46.98%84.31%-
XYZ41.2456.9824.74-
YUV186.1487.28107.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 215 (84.38% from 255) = 44.24%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=32.30%
G=44.24%
B=23.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572151140.2700.470.1694.4655.864.51
Hex9DD7721B02F105e3841
Octal235327162330572013670101
Binary100111011101011111100101101101011111000010111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,114); }

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

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

 a { background-color: rgb(157,215,114); }

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

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

 span { border-color: rgb(157,215,114); }

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