#ACF186

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

Shades of Feijoa #ACF186

Tints of Feijoa #ACF186

Color information

#ACF186 (or 0xACF186) is unknown color: approx Feijoa. HEX triplet: AC, F1 and 86. RGB value is (172,241,134). Sum of RGB (Red+Green+Blue) = 172+241+134=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF186 is #530E79. Grayscale: #D0D0D0. Windows color (decimal): -5443194 or 8843692. OLE color: 8843692.

HSL color Cylindrical-coordinate representation of color #ACF186: hue angle of 98.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF186 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB172241134-
CMYK0.2900.440.05
HSL98.69º79.26%73.53%-
HSV(B)98.69º44.4%94.51%-
XYZ52.7773.433.94-
YUV208.1786.14102.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=31.44%
G=44.06%
B=24.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411340.2900.440.0598.6979.2673.53
HexACF1861D02C5634f4a
Octal254361206350545143117112
Binary101011001111000110000110111010101100101110001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF186; }

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

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

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

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

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

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

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

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