#ACE07E

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

Shades of Feijoa #ACE07E

Tints of Feijoa #ACE07E

Color information

#ACE07E (or 0xACE07E) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 7E. RGB value is (172,224,126). Sum of RGB (Red+Green+Blue) = 172+224+126=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE07E is #531F81. Grayscale: #C5C5C5. Windows color (decimal): -5447554 or 8315052. OLE color: 8315052.

HSL color Cylindrical-coordinate representation of color #ACE07E: hue angle of 91.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE07E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB172224126-
CMYK0.2300.440.12
HSL91.84º61.25%68.63%-
HSV(B)91.84º43.75%87.84%-
XYZ47.4363.5929.51-
YUV197.2887.77109.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 224 (87.89% from 255) = 42.91%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=32.95%
G=42.91%
B=24.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241260.2300.440.1291.8461.2568.63
HexACE07E1702CC5c3d45
Octal254340176270541413475105
Binary10101100111000001111110101110101100110010111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE07E; }

 p { color: rgb(172,224,126); }

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

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

 a { background-color: rgb(172,224,126); }

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

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

 span { border-color: rgb(172,224,126); }

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