#ACF179

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

Shades of Feijoa #ACF179

Tints of Feijoa #ACF179

Color information

#ACF179 (or 0xACF179) is unknown color: approx Feijoa. HEX triplet: AC, F1 and 79. RGB value is (172,241,121). Sum of RGB (Red+Green+Blue) = 172+241+121=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF179 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF179 is #530E86. Grayscale: #CFCFCF. Windows color (decimal): -5443207 or 7991724. OLE color: 7991724.

HSL color Cylindrical-coordinate representation of color #ACF179: hue angle of 94.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 #ACF179 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB172241121-
CMYK0.2900.500.05
HSL94.5º81.08%70.98%-
HSV(B)94.5º49.79%94.51%-
XYZ51.9273.0629.46-
YUV206.6979.64103.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 121 (47.66% from 255) = 22.66%
R=32.21%
G=45.13%
B=22.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411210.2900.500.0594.581.0870.98
HexACF1791D03255e5147
Octal254361171350625136121107
Binary10101100111100011111001111010110010101101111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF179; }

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

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

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

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

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

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

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

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