#9FDA7D

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

Shades of Feijoa #9FDA7D

Tints of Feijoa #9FDA7D

Color information

#9FDA7D (or 0x9FDA7D) is unknown color: approx Feijoa. HEX triplet: 9F, DA and 7D. RGB value is (159,218,125). Sum of RGB (Red+Green+Blue) = 159+218+125=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA7D is #602582. Grayscale: #BEBEBE. Windows color (decimal): -6301059 or 8247967. OLE color: 8247967.

HSL color Cylindrical-coordinate representation of color #9FDA7D: hue angle of 98.06º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDA7D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB159218125-
CMYK0.2700.430.15
HSL98.06º55.69%67.25%-
HSV(B)98.06º42.66%85.49%-
XYZ43.0758.9928.52-
YUV189.7691.45106.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=31.67%
G=43.43%
B=24.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592181250.2700.430.1598.0655.6967.25
Hex9FDA7D1B02BF623843
Octal237332175330531714270103
Binary10011111110110101111101110110101011111111000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,125); }

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

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

 a { background-color: rgb(159,218,125); }

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

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

 span { border-color: rgb(159,218,125); }

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