#9FF47D

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

Shades of Feijoa #9FF47D

Tints of Feijoa #9FF47D

Color information

#9FF47D (or 0x9FF47D) is unknown color: approx Feijoa. HEX triplet: 9F, F4 and 7D. RGB value is (159,244,125). Sum of RGB (Red+Green+Blue) = 159+244+125=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF47D is #600B82. Grayscale: #CDCDCD. Windows color (decimal): -6294403 or 8254623. OLE color: 8254623.

HSL color Cylindrical-coordinate representation of color #9FF47D: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FF47D is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB159244125-
CMYK0.3500.490.04
HSL102.86º84.4%72.35%-
HSV(B)102.86º48.77%95.69%-
XYZ50.3573.5530.95-
YUV205.0282.8495.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=30.11%
G=46.21%
B=23.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592441250.3500.490.04102.8684.472.35
Hex9FF47D230314675448
Octal237364175430614147124110
Binary100111111111010011111011000110110001100110011110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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