#ACEA71

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

Shades of Feijoa #ACEA71

Tints of Feijoa #ACEA71

Color information

#ACEA71 (or 0xACEA71) is unknown color: approx Feijoa. HEX triplet: AC, EA and 71. RGB value is (172,234,113). Sum of RGB (Red+Green+Blue) = 172+234+113=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA71 is #53158E. Grayscale: #CACACA. Windows color (decimal): -5445007 or 7465644. OLE color: 7465644.

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

Color convert

RGB172234113-
CMYK0.2600.520.08
HSL90.74º74.23%68.04%-
HSV(B)90.74º51.71%91.76%-
XYZ49.4268.8126.3-
YUV201.6777.96106.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=33.14%
G=45.09%
B=21.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341130.2600.520.0890.7474.2368.04
HexACEA711A03485b4a44
Octal2543521613206410133112104
Binary101011001110101011100011101001101001000101101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEA71; }

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

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

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

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

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

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

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

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