#94F66C

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

Shades of Feijoa #94F66C

Tints of Feijoa #94F66C

Color information

#94F66C (or 0x94F66C) is unknown color: approx Feijoa. HEX triplet: 94, F6 and 6C. RGB value is (148,246,108). Sum of RGB (Red+Green+Blue) = 148+246+108=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #94F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F66C is #6B0993. Grayscale: #C9C9C9. Windows color (decimal): -7014804 or 7141012. OLE color: 7141012.

HSL color Cylindrical-coordinate representation of color #94F66C: hue angle of 102.61º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94F66C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB148246108-
CMYK0.4000.560.04
HSL102.61º88.46%69.41%-
HSV(B)102.61º56.1%96.47%-
XYZ47.8873.2925.81-
YUV200.9775.5390.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 246 (96.48% from 255) = 49.00%
BLUE value IS 108 (42.58% from 255) = 21.51%
R=29.48%
G=49.00%
B=21.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482461080.4000.560.04102.6188.4669.41
Hex94F66C280384675845
Octal224366154500704147130105
Binary100101001111011011011001010000111000100110011110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,246,108); }

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

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

 a { background-color: rgb(148,246,108); }

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

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

 span { border-color: rgb(148,246,108); }

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