#ACF580

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

Shades of Feijoa #ACF580

Tints of Feijoa #ACF580

Color information

#ACF580 (or 0xACF580) is unknown color: approx Feijoa. HEX triplet: AC, F5 and 80. RGB value is (172,245,128). Sum of RGB (Red+Green+Blue) = 172+245+128=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF580 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF580 is #530A7F. Grayscale: #D2D2D2. Windows color (decimal): -5442176 or 8451500. OLE color: 8451500.

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

Color convert

RGB172245128-
CMYK0.3000.480.04
HSL97.44º85.4%73.14%-
HSV(B)97.44º47.76%96.08%-
XYZ53.5675.6332.2-
YUV209.8481.82101.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 245 (96.09% from 255) = 44.95%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=31.56%
G=44.95%
B=23.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722451280.3000.480.0497.4485.473.14
HexACF5801E0304615549
Octal254365200360604141125111
Binary101011001111010110000000111100110000100110000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF580; }

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

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

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

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

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

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

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

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