#9FE375

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

Shades of Feijoa #9FE375

Tints of Feijoa #9FE375

Color information

#9FE375 (or 0x9FE375) is unknown color: approx Feijoa. HEX triplet: 9F, E3 and 75. RGB value is (159,227,117). Sum of RGB (Red+Green+Blue) = 159+227+117=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE375 is #601C8A. Grayscale: #C2C2C2. Windows color (decimal): -6298763 or 7725983. OLE color: 7725983.

HSL color Cylindrical-coordinate representation of color #9FE375: hue angle of 97.09º degrees, saturation: 0.66, 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 #9FE375 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB159227117-
CMYK0.3000.480.11
HSL97.09º66.27%67.45%-
HSV(B)97.09º48.46%89.02%-
XYZ44.9863.5926.73-
YUV194.1384.47102.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=31.61%
G=45.13%
B=23.26%

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
Decimal1592271170.3000.480.1197.0966.2767.45
Hex9FE3751E030B614243
Octal2373431653606013141102103
Binary100111111110001111101011111001100001011110000110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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