#ACF779

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

Shades of Feijoa #ACF779

Tints of Feijoa #ACF779

Color information

#ACF779 (or 0xACF779) is unknown color: approx Feijoa. HEX triplet: AC, F7 and 79. RGB value is (172,247,121). Sum of RGB (Red+Green+Blue) = 172+247+121=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF779 is #530886. Grayscale: #D2D2D2. Windows color (decimal): -5441671 or 7993260. OLE color: 7993260.

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

Color convert

RGB172247121-
CMYK0.3000.510.03
HSL95.71º88.73%72.16%-
HSV(B)95.71º51.01%96.86%-
XYZ53.7376.6730.06-
YUV210.2177.65100.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 247 (96.88% from 255) = 45.74%
BLUE value IS 121 (47.66% from 255) = 22.41%
R=31.85%
G=45.74%
B=22.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471210.3000.510.0395.7188.7372.16
HexACF7791E0333605948
Octal254367171360633140131110
Binary1010110011110111111100111110011001111110000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF779; }

 p { color: rgb(172,247,121); }

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

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

 a { background-color: rgb(172,247,121); }

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

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

 span { border-color: rgb(172,247,121); }

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