#ACF178

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

Shades of Feijoa #ACF178

Tints of Feijoa #ACF178

Color information

#ACF178 (or 0xACF178) is unknown color: approx Feijoa. HEX triplet: AC, F1 and 78. RGB value is (172,241,120). Sum of RGB (Red+Green+Blue) = 172+241+120=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF178 is #530E87. Grayscale: #CECECE. Windows color (decimal): -5443208 or 7926188. OLE color: 7926188.

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

Color convert

RGB172241120-
CMYK0.2900.500.05
HSL94.21º81.21%70.78%-
HSV(B)94.21º50.21%94.51%-
XYZ51.8673.0429.13-
YUV206.5879.14103.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=32.27%
G=45.22%
B=22.51%

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
Decimal1722411200.2900.500.0594.2181.2170.78
HexACF1781D03255e5147
Octal254361170350625136121107
Binary10101100111100011111000111010110010101101111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF178; }

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

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

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

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

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

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

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

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