#9FE468

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

Shades of Feijoa #9FE468

Tints of Feijoa #9FE468

Color information

#9FE468 (or 0x9FE468) is unknown color: approx Feijoa. HEX triplet: 9F, E4 and 68. RGB value is (159,228,104). Sum of RGB (Red+Green+Blue) = 159+228+104=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE468 is #601B97. Grayscale: #C1C1C1. Windows color (decimal): -6298520 or 6874271. OLE color: 6874271.

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

Color convert

RGB159228104-
CMYK0.3000.540.11
HSL93.39º69.66%65.1%-
HSV(B)93.39º54.39%89.41%-
XYZ44.5463.8623.07-
YUV193.2377.64103.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=32.38%
G=46.44%
B=21.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592281040.3000.540.1193.3969.6665.1
Hex9FE4681E036B5d4641
Octal2373441503606613135106101
Binary100111111110010011010001111001101101011101110110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,104); }

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

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

 a { background-color: rgb(159,228,104); }

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

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

 span { border-color: rgb(159,228,104); }

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