#9DDD78

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

Shades of Feijoa #9DDD78

Tints of Feijoa #9DDD78

Color information

#9DDD78 (or 0x9DDD78) is unknown color: approx Feijoa. HEX triplet: 9D, DD and 78. RGB value is (157,221,120). Sum of RGB (Red+Green+Blue) = 157+221+120=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD78 is #622287. Grayscale: #BEBEBE. Windows color (decimal): -6431368 or 7921053. OLE color: 7921053.

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

Color convert

RGB157221120-
CMYK0.2900.460.13
HSL98.02º59.76%66.86%-
HSV(B)98.02º45.7%86.67%-
XYZ43.1560.2427.12-
YUV190.3588.3104.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=31.53%
G=44.38%
B=24.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211200.2900.460.1398.0259.7666.86
Hex9DDD781D02ED623c43
Octal235335170350561514274103
Binary10011101110111011111000111010101110110111000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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