#A3F175

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

Shades of Feijoa #A3F175

Tints of Feijoa #A3F175

Color information

#A3F175 (or 0xA3F175) is unknown color: approx Feijoa. HEX triplet: A3, F1 and 75. RGB value is (163,241,117). Sum of RGB (Red+Green+Blue) = 163+241+117=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F175 is #5C0E8A. Grayscale: #CBCBCB. Windows color (decimal): -6033035 or 7729571. OLE color: 7729571.

HSL color Cylindrical-coordinate representation of color #A3F175: hue angle of 97.74º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3F175 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB163241117-
CMYK0.3200.510.05
HSL97.74º81.58%70.2%-
HSV(B)97.74º51.45%94.51%-
XYZ49.7771.9828.1-
YUV203.5479.1699.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=31.29%
G=46.26%
B=22.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632411170.3200.510.0597.7481.5870.2
HexA3F175200335625246
Octal243361165400635142122106
Binary101000111111000111101011000000110011101110001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F175; }

 p { color: rgb(163,241,117); }

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

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

 a { background-color: rgb(163,241,117); }

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

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

 span { border-color: rgb(163,241,117); }

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