#ACFA81

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

Shades of Feijoa #ACFA81

Tints of Feijoa #ACFA81

Color information

#ACFA81 (or 0xACFA81) is unknown color: approx Feijoa. HEX triplet: AC, FA and 81. RGB value is (172,250,129). Sum of RGB (Red+Green+Blue) = 172+250+129=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFA81 is #53057E. Grayscale: #D5D5D5. Windows color (decimal): -5440895 or 8518316. OLE color: 8518316.

HSL color Cylindrical-coordinate representation of color #ACFA81: hue angle of 98.68º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACFA81 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB172250129-
CMYK0.3100.480.02
HSL98.68º92.37%74.31%-
HSV(B)98.68º48.4%98.04%-
XYZ55.1678.7333.06-
YUV212.8880.6698.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=31.22%
G=45.37%
B=23.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501290.3100.480.0298.6892.3774.31
HexACFA811F0302635c4a
Octal254372201370602143134112
Binary10101100111110101000000111111011000010110001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA81; }

 p { color: rgb(172,250,129); }

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

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

 a { background-color: rgb(172,250,129); }

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

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

 span { border-color: rgb(172,250,129); }

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