Shades of Feijoa #ACE58B
Tints of Feijoa #ACE58B
RGB
CMYK
RGB Variations
Color information
#ACE58B (or 0xACE58B) is known color: 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
| RGB | 172 | 229 | 139 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.10 |
| HSL | 98º | 0.63% | 0.72% | - |
| HSV(B) | 98º | 0.39% | 0.9% | - |
| XYZ | 49.69 | 66.67 | 34.68 | - |
| YUV | 201.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 139 | 0.25 | 0 | 0.39 | 0.10 | 98 | 0.63 | 0.72 |
| Hex | AC | E5 | 8B | 19 | 0 | 27 | A | 62 | 3F | 48 |
| Octal | 254 | 345 | 213 | 31 | 0 | 47 | 12 | 142 | 77 | 110 |
| Binary | 10101100 | 11100101 | 10001011 | 11001 | 0 | 100111 | 1010 | 1100010 | 111111 | 1001000 |
Color Harmonies of #ACE58B
Complementary color
Monochromatic Colors of #ACE58B
Black with #ACE58B
Text Example
Text Example
White with #ACE58B
Text Example
Text Example
HTML Codes & Css Web 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>