#ACF878

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

Shades of Feijoa #ACF878

Tints of Feijoa #ACF878

Color information

#ACF878 (or 0xACF878) is unknown color: approx Feijoa. HEX triplet: AC, F8 and 78. RGB value is (172,248,120). Sum of RGB (Red+Green+Blue) = 172+248+120=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF878 is #530787. Grayscale: #D3D3D3. Windows color (decimal): -5441416 or 7927980. OLE color: 7927980.

HSL color Cylindrical-coordinate representation of color #ACF878: hue angle of 95.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF878 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB172248120-
CMYK0.3100.520.03
HSL95.62º90.14%72.16%-
HSV(B)95.62º51.61%97.25%-
XYZ53.9777.2629.84-
YUV210.6876.82100.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 248 (97.27% from 255) = 45.93%
BLUE value IS 120 (47.27% from 255) = 22.22%
R=31.85%
G=45.93%
B=22.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481200.3100.520.0395.6290.1472.16
HexACF8781F0343605a48
Octal254370170370643140132110
Binary1010110011111000111100011111011010011110000010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF878; }

 p { color: rgb(172,248,120); }

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

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

 a { background-color: rgb(172,248,120); }

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

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

 span { border-color: rgb(172,248,120); }

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