#ACF472

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

Shades of Feijoa #ACF472

Tints of Feijoa #ACF472

Color information

#ACF472 (or 0xACF472) is unknown color: approx Feijoa. HEX triplet: AC, F4 and 72. RGB value is (172,244,114). Sum of RGB (Red+Green+Blue) = 172+244+114=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF472 is #530B8D. Grayscale: #D0D0D0. Windows color (decimal): -5442446 or 7533740. OLE color: 7533740.

HSL color Cylindrical-coordinate representation of color #ACF472: hue angle of 93.23º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF472 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB172244114-
CMYK0.3000.530.04
HSL93.23º85.53%70.2%-
HSV(B)93.23º53.28%95.69%-
XYZ52.474.6927.57-
YUV207.6575.15102.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 244 (95.70% from 255) = 46.04%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=32.45%
G=46.04%
B=21.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441140.3000.530.0493.2385.5370.2
HexACF4721E03545d5646
Octal254364162360654135126106
Binary10101100111101001110010111100110101100101110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF472; }

 p { color: rgb(172,244,114); }

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

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

 a { background-color: rgb(172,244,114); }

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

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

 span { border-color: rgb(172,244,114); }

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