#ACE08E

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

Shades of Feijoa #ACE08E

Tints of Feijoa #ACE08E

Color information

#ACE08E (or 0xACE08E) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 8E. RGB value is (172,224,142). Sum of RGB (Red+Green+Blue) = 172+224+142=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08E is #531F71. Grayscale: #C7C7C7. Windows color (decimal): -5447538 or 9363628. OLE color: 9363628.

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

Color convert

RGB172224142-
CMYK0.2300.370.12
HSL98.05º56.94%71.76%-
HSV(B)98.05º36.61%87.84%-
XYZ48.5564.0335.39-
YUV199.195.77108.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=31.97%
G=41.64%
B=26.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241420.2300.370.1298.0556.9471.76
HexACE08E17025C623948
Octal254340216270451414271110
Binary101011001110000010001110101110100101110011000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE08E; }

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

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

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

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

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

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

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

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