#9FF775

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

Shades of Feijoa #9FF775

Tints of Feijoa #9FF775

Color information

#9FF775 (or 0x9FF775) is unknown color: approx Feijoa. HEX triplet: 9F, F7 and 75. RGB value is (159,247,117). Sum of RGB (Red+Green+Blue) = 159+247+117=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF775 is #60088A. Grayscale: #CECECE. Windows color (decimal): -6293643 or 7731103. OLE color: 7731103.

HSL color Cylindrical-coordinate representation of color #9FF775: hue angle of 100.62º degrees, saturation: 0.89, 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 #9FF775 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB159247117-
CMYK0.3600.530.03
HSL100.62º89.04%71.37%-
HSV(B)100.62º52.63%96.86%-
XYZ50.7775.1828.66-
YUV205.8777.8594.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 247 (96.88% from 255) = 47.23%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=30.40%
G=47.23%
B=22.37%

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
Decimal1592471170.3600.530.03100.6289.0471.37
Hex9FF775240353655947
Octal237367165440653145131107
Binary10011111111101111110101100100011010111110010110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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