#A7F175

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

Shades of Feijoa #A7F175

Tints of Feijoa #A7F175

Color information

#A7F175 (or 0xA7F175) is unknown color: approx Feijoa. HEX triplet: A7, F1 and 75. RGB value is (167,241,117). Sum of RGB (Red+Green+Blue) = 167+241+117=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F175 is #580E8A. Grayscale: #CDCDCD. Windows color (decimal): -5770891 or 7729575. OLE color: 7729575.

HSL color Cylindrical-coordinate representation of color #A7F175: hue angle of 95.81º 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 #A7F175 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB167241117-
CMYK0.3100.510.05
HSL95.81º81.58%70.2%-
HSV(B)95.81º51.45%94.51%-
XYZ50.672.4128.14-
YUV204.7478.48101.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=31.81%
G=45.90%
B=22.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672411170.3100.510.0595.8181.5870.2
HexA7F1751F0335605246
Octal247361165370635140122106
Binary10100111111100011110101111110110011101110000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F175; }

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

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

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

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

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

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

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

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