#9DDD6C

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

Shades of Feijoa #9DDD6C

Tints of Feijoa #9DDD6C

Color information

#9DDD6C (or 0x9DDD6C) is unknown color: approx Feijoa. HEX triplet: 9D, DD and 6C. RGB value is (157,221,108). Sum of RGB (Red+Green+Blue) = 157+221+108=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD6C is #622293. Grayscale: #BDBDBD. Windows color (decimal): -6431380 or 7134621. OLE color: 7134621.

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

Color convert

RGB157221108-
CMYK0.2900.510.13
HSL93.98º62.43%64.51%-
HSV(B)93.98º51.13%86.67%-
XYZ42.4759.9623.52-
YUV188.9882.3105.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=32.30%
G=45.47%
B=22.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211080.2900.510.1393.9862.4364.51
Hex9DDD6C1D033D5e3e41
Octal235335154350631513676101
Binary10011101110111011101100111010110011110110111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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