#94F466

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

Shades of Feijoa #94F466

Tints of Feijoa #94F466

Color information

#94F466 (or 0x94F466) is unknown color: approx Feijoa. HEX triplet: 94, F4 and 66. RGB value is (148,244,102). Sum of RGB (Red+Green+Blue) = 148+244+102=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #94F466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F466 is #6B0B99. Grayscale: #C7C7C7. Windows color (decimal): -7015322 or 6747284. OLE color: 6747284.

HSL color Cylindrical-coordinate representation of color #94F466: hue angle of 100.56º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94F466 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB148244102-
CMYK0.3900.580.04
HSL100.56º86.59%67.84%-
HSV(B)100.56º58.2%95.69%-
XYZ46.9671.9623.98-
YUV199.1173.291.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=29.96%
G=49.39%
B=20.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482441020.3900.580.04100.5686.5967.84
Hex94F4662703A4655744
Octal224364146470724145127104
Binary100101001111010011001101001110111010100110010110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F466; }

 p { color: rgb(148,244,102); }

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

<style>
 a { background-color: #94F466; }

 a { background-color: rgb(148,244,102); }

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

<style>
 span { border-color: #94F466; }

 span { border-color: rgb(148,244,102); }

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