#ACF489

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

Shades of Feijoa #ACF489

Tints of Feijoa #ACF489

Color information

#ACF489 (or 0xACF489) is unknown color: approx Feijoa. HEX triplet: AC, F4 and 89. RGB value is (172,244,137). Sum of RGB (Red+Green+Blue) = 172+244+137=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF489 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF489 is #530B76. Grayscale: #D2D2D2. Windows color (decimal): -5442423 or 9041068. OLE color: 9041068.

HSL color Cylindrical-coordinate representation of color #ACF489: hue angle of 100.37º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF489 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB172244137-
CMYK0.3000.440.04
HSL100.37º82.95%74.71%-
HSV(B)100.37º43.85%95.69%-
XYZ53.8875.2835.36-
YUV210.2786.65100.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 244 (95.70% from 255) = 44.12%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=31.10%
G=44.12%
B=24.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441370.3000.440.04100.3782.9574.71
HexACF4891E02C464534b
Octal254364211360544144123113
Binary101011001111010010001001111100101100100110010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF489; }

 p { color: rgb(172,244,137); }

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

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

 a { background-color: rgb(172,244,137); }

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

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

 span { border-color: rgb(172,244,137); }

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