#ACE28D

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

Shades of Feijoa #ACE28D

Tints of Feijoa #ACE28D

Color information

#ACE28D (or 0xACE28D) is unknown color: approx Feijoa. HEX triplet: AC, E2 and 8D. RGB value is (172,226,141). Sum of RGB (Red+Green+Blue) = 172+226+141=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE28D is #531D72. Grayscale: #C8C8C8. Windows color (decimal): -5447027 or 9298604. OLE color: 9298604.

HSL color Cylindrical-coordinate representation of color #ACE28D: hue angle of 98.12º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE28D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB172226141-
CMYK0.2400.380.11
HSL98.12º59.44%71.96%-
HSV(B)98.12º37.61%88.63%-
XYZ49.0265.0935.18-
YUV200.1694.61107.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 226 (88.67% from 255) = 41.93%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=31.91%
G=41.93%
B=26.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722261410.2400.380.1198.1259.4471.96
HexACE28D18026B623b48
Octal254342215300461314273110
Binary101011001110001010001101110000100110101111000101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE28D; }

 p { color: rgb(172,226,141); }

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

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

 a { background-color: rgb(172,226,141); }

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

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

 span { border-color: rgb(172,226,141); }

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