#ACE58B

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

Shades of Feijoa #ACE58B

Tints of Feijoa #ACE58B

Color information

#ACE58B (or 0xACE58B) is unknown color: approx Feijoa. HEX triplet: AC, E5 and 8B. RGB value is (172,229,139). Sum of RGB (Red+Green+Blue) = 172+229+139=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE58B is #531A74. Grayscale: #C9C9C9. Windows color (decimal): -5446261 or 9168300. OLE color: 9168300.

HSL color Cylindrical-coordinate representation of color #ACE58B: hue angle of 98º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE58B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB172229139-
CMYK0.2500.390.10
HSL98º63.38%72.16%-
HSV(B)98º39.3%89.8%-
XYZ49.6966.6734.68-
YUV201.792.62106.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 139 (54.69% from 255) = 25.74%
R=31.85%
G=42.41%
B=25.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291390.2500.390.109863.3872.16
HexACE58B19027A623f48
Octal254345213310471214277110
Binary101011001110010110001011110010100111101011000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE58B; }

 p { color: rgb(172,229,139); }

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

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

 a { background-color: rgb(172,229,139); }

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

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

 span { border-color: rgb(172,229,139); }

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