#9FE275

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

Shades of Feijoa #9FE275

Tints of Feijoa #9FE275

Color information

#9FE275 (or 0x9FE275) is unknown color: approx Feijoa. HEX triplet: 9F, E2 and 75. RGB value is (159,226,117). Sum of RGB (Red+Green+Blue) = 159+226+117=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE275 is #601D8A. Grayscale: #C1C1C1. Windows color (decimal): -6299019 or 7725727. OLE color: 7725727.

HSL color Cylindrical-coordinate representation of color #9FE275: hue angle of 96.88º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FE275 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB159226117-
CMYK0.3000.480.11
HSL96.88º65.27%67.25%-
HSV(B)96.88º48.23%88.63%-
XYZ44.7163.0526.64-
YUV193.5484.8103.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 226 (88.67% from 255) = 45.02%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=31.67%
G=45.02%
B=23.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592261170.3000.480.1196.8865.2767.25
Hex9FE2751E030B614143
Octal2373421653606013141101103
Binary100111111110001011101011111001100001011110000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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