#93F966

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

Shades of Feijoa #93F966

Tints of Feijoa #93F966

Color information

#93F966 (or 0x93F966) is unknown color: approx Feijoa. HEX triplet: 93, F9 and 66. RGB value is (147,249,102). Sum of RGB (Red+Green+Blue) = 147+249+102=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #93F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F966 is #6C0699. Grayscale: #CACACA. Windows color (decimal): -7079578 or 6748563. OLE color: 6748563.

HSL color Cylindrical-coordinate representation of color #93F966: hue angle of 101.63º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93F966 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB147249102-
CMYK0.4100.590.02
HSL101.63º92.45%68.82%-
HSV(B)101.63º59.04%97.65%-
XYZ48.3174.9124.48-
YUV201.7471.7188.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 249 (97.66% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=29.52%
G=50%
B=20.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472491020.4100.590.02101.6392.4568.82
Hex93F9662903B2665c45
Octal223371146510732146134105
Binary10010011111110011100110101001011101110110011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F966; }

 p { color: rgb(147,249,102); }

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

<style>
 a { background-color: #93F966; }

 a { background-color: rgb(147,249,102); }

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

<style>
 span { border-color: #93F966; }

 span { border-color: rgb(147,249,102); }

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