#ACED71

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

Shades of Feijoa #ACED71

Tints of Feijoa #ACED71

Color information

#ACED71 (or 0xACED71) is unknown color: approx Feijoa. HEX triplet: AC, ED and 71. RGB value is (172,237,113). Sum of RGB (Red+Green+Blue) = 172+237+113=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED71 is #53128E. Grayscale: #CBCBCB. Windows color (decimal): -5444239 or 7466412. OLE color: 7466412.

HSL color Cylindrical-coordinate representation of color #ACED71: hue angle of 91.45º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACED71 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB172237113-
CMYK0.2700.520.07
HSL91.45º77.5%68.63%-
HSV(B)91.45º52.32%92.94%-
XYZ50.2870.5326.59-
YUV203.4376.97105.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 237 (92.97% from 255) = 45.40%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=32.95%
G=45.40%
B=21.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371130.2700.520.0791.4577.568.63
HexACED711B03475b4e45
Octal254355161330647133116105
Binary10101100111011011110001110110110100111101101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED71; }

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

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

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

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

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

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

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

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