#9FDA7B

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

Shades of Feijoa #9FDA7B

Tints of Feijoa #9FDA7B

Color information

#9FDA7B (or 0x9FDA7B) is unknown color: approx Feijoa. HEX triplet: 9F, DA and 7B. RGB value is (159,218,123). Sum of RGB (Red+Green+Blue) = 159+218+123=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA7B is #602584. Grayscale: #BDBDBD. Windows color (decimal): -6301061 or 8116895. OLE color: 8116895.

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

Color convert

RGB159218123-
CMYK0.2700.440.15
HSL97.26º56.21%66.86%-
HSV(B)97.26º43.58%85.49%-
XYZ42.9458.9427.85-
YUV189.5390.45106.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=31.8%
G=43.6%
B=24.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592181230.2700.440.1597.2656.2166.86
Hex9FDA7B1B02CF613843
Octal237332173330541714170103
Binary10011111110110101111011110110101100111111000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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