#acf57a

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

Shades of Feijoa #ACF57A

Tints of Feijoa #ACF57A

Color information

#ACF57A (or 0xACF57A) is unknown color: approx Feijoa. HEX triplet: AC, F5 and 7A. RGB value is (172,245,122). Sum of RGB (Red+Green+Blue) = 172+245+122=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF57A is #530A85. Grayscale: #D1D1D1. Windows color (decimal): -5442182 or 8058284. OLE color: 8058284.

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

Color convert

RGB172245122-
CMYK0.3000.500.04
HSL95.61º86.01%71.96%-
HSV(B)95.61º50.2%96.08%-
XYZ53.1875.4830.18-
YUV209.1578.82101.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 245 (96.09% from 255) = 45.45%
BLUE value IS 122 (48.05% from 255) = 22.63%
R=31.91%
G=45.45%
B=22.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722451220.3000.500.0495.6186.0171.96
HexACF57A1E0324605648
Octal254365172360624140126110
Binary10101100111101011111010111100110010100110000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acf57a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acf57a; }

 p { color: rgb(172,245,122); }

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

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

 a { background-color: rgb(172,245,122); }

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

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

 span { border-color: rgb(172,245,122); }

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