#9FF975

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

Shades of Feijoa #9FF975

Tints of Feijoa #9FF975

Color information

#9FF975 (or 0x9FF975) is unknown color: approx Feijoa. HEX triplet: 9F, F9 and 75. RGB value is (159,249,117). Sum of RGB (Red+Green+Blue) = 159+249+117=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF975 is #60068A. Grayscale: #CFCFCF. Windows color (decimal): -6293131 or 7731615. OLE color: 7731615.

HSL color Cylindrical-coordinate representation of color #9FF975: hue angle of 100.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FF975 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB159249117-
CMYK0.3600.530.02
HSL100.91º91.67%71.76%-
HSV(B)100.91º53.01%97.65%-
XYZ51.3876.4128.87-
YUV207.0477.1893.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 249 (97.66% from 255) = 47.43%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=30.29%
G=47.43%
B=22.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592491170.3600.530.02100.9191.6771.76
Hex9FF975240352655c48
Octal237371165440652145134110
Binary10011111111110011110101100100011010110110010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,249,117); }

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

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

 a { background-color: rgb(159,249,117); }

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

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

 span { border-color: rgb(159,249,117); }

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