#ACF289

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

Shades of Feijoa #ACF289

Tints of Feijoa #ACF289

Color information

#ACF289 (or 0xACF289) is unknown color: approx Feijoa. HEX triplet: AC, F2 and 89. RGB value is (172,242,137). Sum of RGB (Red+Green+Blue) = 172+242+137=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF289 is #530D76. Grayscale: #D1D1D1. Windows color (decimal): -5442935 or 9040556. OLE color: 9040556.

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

Color convert

RGB172242137-
CMYK0.2900.430.05
HSL100º80.15%74.31%-
HSV(B)100º43.39%94.9%-
XYZ53.2874.0835.16-
YUV209.187.31101.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 137 (53.91% from 255) = 24.86%
R=31.22%
G=43.92%
B=24.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421370.2900.430.0510080.1574.31
HexACF2891D02B564504a
Octal254362211350535144120112
Binary101011001111001010001001111010101011101110010010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF289; }

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

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

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

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

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

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

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

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