#A8F07A

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

Shades of Feijoa #A8F07A

Tints of Feijoa #A8F07A

Color information

#A8F07A (or 0xA8F07A) is unknown color: approx Feijoa. HEX triplet: A8, F0 and 7A. RGB value is (168,240,122). Sum of RGB (Red+Green+Blue) = 168+240+122=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F07A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F07A is #570F85. Grayscale: #CDCDCD. Windows color (decimal): -5705606 or 8057000. OLE color: 8057000.

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

Color convert

RGB168240122-
CMYK0.300.490.06
HSL96.61º79.73%70.98%-
HSV(B)96.61º49.17%94.12%-
XYZ50.8272.0529.64-
YUV205.0281.15101.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=31.70%
G=45.28%
B=23.02%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401220.300.490.0696.6179.7370.98
HexA8F07A1E0316615047
Octal250360172360616141120107
Binary10101000111100001111010111100110001110110000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F07A; }

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

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

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

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

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

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

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

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