#ACEA81

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

Shades of Feijoa #ACEA81

Tints of Feijoa #ACEA81

Color information

#ACEA81 (or 0xACEA81) is unknown color: approx Feijoa. HEX triplet: AC, EA and 81. RGB value is (172,234,129). Sum of RGB (Red+Green+Blue) = 172+234+129=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA81 is #53157E. Grayscale: #CBCBCB. Windows color (decimal): -5444991 or 8514220. OLE color: 8514220.

HSL color Cylindrical-coordinate representation of color #ACEA81: hue angle of 95.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACEA81 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB172234129-
CMYK0.2600.450.08
HSL95.43º71.43%71.18%-
HSV(B)95.43º44.87%91.76%-
XYZ50.469.231.47-
YUV203.4985.96105.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 129 (50.78% from 255) = 24.11%
R=32.15%
G=43.74%
B=24.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341290.2600.450.0895.4371.4371.18
HexACEA811A02D85f4747
Octal2543522013205510137107107
Binary1010110011101010100000011101001011011000101111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEA81; }

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

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

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

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

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

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

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

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