#ACF384

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

Shades of Feijoa #ACF384

Tints of Feijoa #ACF384

Color information

#ACF384 (or 0xACF384) is unknown color: approx Feijoa. HEX triplet: AC, F3 and 84. RGB value is (172,243,132). Sum of RGB (Red+Green+Blue) = 172+243+132=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF384 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF384 is #530C7B. Grayscale: #D1D1D1. Windows color (decimal): -5442684 or 8713132. OLE color: 8713132.

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

Color convert

RGB172243132-
CMYK0.2900.460.05
HSL98.38º82.22%73.53%-
HSV(B)98.38º45.68%95.29%-
XYZ53.2374.5433.41-
YUV209.1284.48101.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=31.44%
G=44.42%
B=24.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431320.2900.460.0598.3882.2273.53
HexACF3841D02E562524a
Octal254363204350565142122112
Binary101011001111001110000100111010101110101110001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF384; }

 p { color: rgb(172,243,132); }

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

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

 a { background-color: rgb(172,243,132); }

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

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

 span { border-color: rgb(172,243,132); }

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