#A8F179

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

Shades of Feijoa #A8F179

Tints of Feijoa #A8F179

Color information

#A8F179 (or 0xA8F179) is unknown color: approx Feijoa. HEX triplet: A8, F1 and 79. RGB value is (168,241,121). Sum of RGB (Red+Green+Blue) = 168+241+121=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F179 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F179 is #570E86. Grayscale: #CDCDCD. Windows color (decimal): -5705351 or 7991720. OLE color: 7991720.

HSL color Cylindrical-coordinate representation of color #A8F179: hue angle of 96.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F179 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB168241121-
CMYK0.3000.500.05
HSL96.5º81.08%70.98%-
HSV(B)96.5º49.79%94.51%-
XYZ51.0572.6229.41-
YUV205.4980.32101.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 121 (47.66% from 255) = 22.83%
R=31.70%
G=45.47%
B=22.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411210.3000.500.0596.581.0870.98
HexA8F1791E0325605147
Octal250361171360625140121107
Binary10101000111100011111001111100110010101110000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F179; }

 p { color: rgb(168,241,121); }

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

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

 a { background-color: rgb(168,241,121); }

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

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

 span { border-color: rgb(168,241,121); }

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