#ACF271

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

Shades of Feijoa #ACF271

Tints of Feijoa #ACF271

Color information

#ACF271 (or 0xACF271) is unknown color: approx Feijoa. HEX triplet: AC, F2 and 71. RGB value is (172,242,113). Sum of RGB (Red+Green+Blue) = 172+242+113=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF271 is #530D8E. Grayscale: #CECECE. Windows color (decimal): -5442959 or 7467692. OLE color: 7467692.

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

Color convert

RGB172242113-
CMYK0.2900.530.05
HSL92.56º83.23%69.61%-
HSV(B)92.56º53.31%94.9%-
XYZ51.7573.4727.08-
YUV206.3675.31103.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=32.64%
G=45.92%
B=21.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421130.2900.530.0592.5683.2369.61
HexACF2711D03555d5346
Octal254362161350655135123106
Binary10101100111100101110001111010110101101101110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF271; }

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

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

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

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

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

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

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

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