#ACF774

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

Shades of Feijoa #ACF774

Tints of Feijoa #ACF774

Color information

#ACF774 (or 0xACF774) is unknown color: approx Feijoa. HEX triplet: AC, F7 and 74. RGB value is (172,247,116). Sum of RGB (Red+Green+Blue) = 172+247+116=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF774 is #53088B. Grayscale: #D2D2D2. Windows color (decimal): -5441676 or 7665580. OLE color: 7665580.

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

Color convert

RGB172247116-
CMYK0.3000.530.03
HSL94.35º89.12%71.18%-
HSV(B)94.35º53.04%96.86%-
XYZ53.4376.5528.48-
YUV209.6475.15101.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 247 (96.88% from 255) = 46.17%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=32.15%
G=46.17%
B=21.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471160.3000.530.0394.3589.1271.18
HexACF7741E03535e5947
Octal254367164360653136131107
Binary1010110011110111111010011110011010111101111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF774; }

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

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

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

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

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

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

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

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