#A8F071

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

Shades of Feijoa #A8F071

Tints of Feijoa #A8F071

Color information

#A8F071 (or 0xA8F071) is unknown color: approx Feijoa. HEX triplet: A8, F0 and 71. RGB value is (168,240,113). Sum of RGB (Red+Green+Blue) = 168+240+113=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F071 is #570F8E. Grayscale: #CCCCCC. Windows color (decimal): -5705615 or 7467176. OLE color: 7467176.

HSL color Cylindrical-coordinate representation of color #A8F071: hue angle of 94.02º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8F071 is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB168240113-
CMYK0.300.530.06
HSL94.02º80.89%69.22%-
HSV(B)94.02º52.92%94.12%-
XYZ50.2971.8426.84-
YUV203.9976.65102.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 240 (94.14% from 255) = 46.07%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=32.25%
G=46.07%
B=21.69%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401130.300.530.0694.0280.8969.22
HexA8F0711E03565e5145
Octal250360161360656136121105
Binary10101000111100001110001111100110101110101111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F071; }

 p { color: rgb(168,240,113); }

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

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

 a { background-color: rgb(168,240,113); }

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

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

 span { border-color: rgb(168,240,113); }

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