#9DDA74

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

Shades of Feijoa #9DDA74

Tints of Feijoa #9DDA74

Color information

#9DDA74 (or 0x9DDA74) is unknown color: approx Feijoa. HEX triplet: 9D, DA and 74. RGB value is (157,218,116). Sum of RGB (Red+Green+Blue) = 157+218+116=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA74 is #62258B. Grayscale: #BCBCBC. Windows color (decimal): -6432140 or 7658141. OLE color: 7658141.

HSL color Cylindrical-coordinate representation of color #9DDA74: hue angle of 95.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDA74 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB157218116-
CMYK0.2800.470.15
HSL95.88º57.95%65.49%-
HSV(B)95.88º46.79%85.49%-
XYZ42.1358.5725.61-
YUV188.1387.29105.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=31.98%
G=44.40%
B=23.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181160.2800.470.1595.8857.9565.49
Hex9DDA741C02FF603a41
Octal235332164340571714072101
Binary10011101110110101110100111000101111111111000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,116); }

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

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

 a { background-color: rgb(157,218,116); }

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

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

 span { border-color: rgb(157,218,116); }

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