#ACF184

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

Shades of Feijoa #ACF184

Tints of Feijoa #ACF184

Color information

#ACF184 (or 0xACF184) is unknown color: approx Feijoa. HEX triplet: AC, F1 and 84. RGB value is (172,241,132). Sum of RGB (Red+Green+Blue) = 172+241+132=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF184 is #530E7B. Grayscale: #D0D0D0. Windows color (decimal): -5443196 or 8712620. OLE color: 8712620.

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

Color convert

RGB172241132-
CMYK0.2900.450.05
HSL97.98º79.56%73.14%-
HSV(B)97.98º45.23%94.51%-
XYZ52.6373.3533.21-
YUV207.9485.14102.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=31.56%
G=44.22%
B=24.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411320.2900.450.0597.9879.5673.14
HexACF1841D02D5625049
Octal254361204350555142120111
Binary101011001111000110000100111010101101101110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF184; }

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

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

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

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

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

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

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

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