#ACF274

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

Shades of Feijoa #ACF274

Tints of Feijoa #ACF274

Color information

#ACF274 (or 0xACF274) is unknown color: approx Feijoa. HEX triplet: AC, F2 and 74. RGB value is (172,242,116). Sum of RGB (Red+Green+Blue) = 172+242+116=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF274 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF274 is #530D8B. Grayscale: #CFCFCF. Windows color (decimal): -5442956 or 7664300. OLE color: 7664300.

HSL color Cylindrical-coordinate representation of color #ACF274: hue angle of 93.33º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF274 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB172242116-
CMYK0.2900.520.05
HSL93.33º82.89%70.2%-
HSV(B)93.33º52.07%94.9%-
XYZ51.9273.5427.98-
YUV206.7176.81103.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 116 (45.70% from 255) = 21.89%
R=32.45%
G=45.66%
B=21.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421160.2900.520.0593.3382.8970.2
HexACF2741D03455d5346
Octal254362164350645135123106
Binary10101100111100101110100111010110100101101110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF274; }

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

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

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

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

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

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

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

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