#ACF071

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

Shades of Feijoa #ACF071

Tints of Feijoa #ACF071

Color information

#ACF071 (or 0xACF071) is unknown color: approx Feijoa. HEX triplet: AC, F0 and 71. RGB value is (172,240,113). Sum of RGB (Red+Green+Blue) = 172+240+113=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF071 is #530F8E. Grayscale: #CDCDCD. Windows color (decimal): -5443471 or 7467180. OLE color: 7467180.

HSL color Cylindrical-coordinate representation of color #ACF071: hue angle of 92.13º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF071 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB172240113-
CMYK0.2800.530.06
HSL92.13º80.89%69.22%-
HSV(B)92.13º52.92%94.12%-
XYZ51.1572.2826.88-
YUV205.1975.97104.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=32.76%
G=45.71%
B=21.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401130.2800.530.0692.1380.8969.22
HexACF0711C03565c5145
Octal254360161340656134121105
Binary10101100111100001110001111000110101110101110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF071; }

 p { color: rgb(172,240,113); }

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

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

 a { background-color: rgb(172,240,113); }

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

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

 span { border-color: rgb(172,240,113); }

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