#9FF874

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

Shades of Feijoa #9FF874

Tints of Feijoa #9FF874

Color information

#9FF874 (or 0x9FF874) is unknown color: approx Feijoa. HEX triplet: 9F, F8 and 74. RGB value is (159,248,116). Sum of RGB (Red+Green+Blue) = 159+248+116=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF874 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF874 is #60078B. Grayscale: #CECECE. Windows color (decimal): -6293388 or 7665823. OLE color: 7665823.

HSL color Cylindrical-coordinate representation of color #9FF874: hue angle of 100.45º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FF874 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB159248116-
CMYK0.3600.530.03
HSL100.45º90.41%71.37%-
HSV(B)100.45º53.23%97.25%-
XYZ51.0275.7728.46-
YUV206.3477.0194.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 116 (45.70% from 255) = 22.18%
R=30.40%
G=47.42%
B=22.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592481160.3600.530.03100.4590.4171.37
Hex9FF874240353645a47
Octal237370164440653144132107
Binary10011111111110001110100100100011010111110010010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,248,116); }

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

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

 a { background-color: rgb(159,248,116); }

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

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

 span { border-color: rgb(159,248,116); }

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