Shades of Feijoa #ACE483
Tints of Feijoa #ACE483
RGB
CMYK
RGB Variations
Color information
#ACE483 (or 0xACE483) is known color: Feijoa. HEX triplet: AC, E4 and 83. RGB value is (172,228,131). Sum of RGB (Red+Green+Blue) = 172+228+131=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE483 is #531B7C. Grayscale: #C8C8C8. Windows color (decimal): -5446525 or 8643756. OLE color: 8643756.
HSL color Cylindrical-coordinate representation of color #ACE483: hue angle of 94.64º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE483 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 131 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.11 |
| HSL | 94.64º | 0.64% | 0.7% | - |
| HSV(B) | 94.64º | 0.43% | 0.89% | - |
| XYZ | 48.85 | 65.9 | 31.62 | - |
| YUV | 200.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 131 | 0.25 | 0 | 0.43 | 0.11 | 94.64 | 0.64 | 0.7 |
| Hex | AC | E4 | 83 | 19 | 0 | 2B | B | 5F | 40 | 46 |
| Octal | 254 | 344 | 203 | 31 | 0 | 53 | 13 | 137 | 100 | 106 |
| Binary | 10101100 | 11100100 | 10000011 | 11001 | 0 | 101011 | 1011 | 1011111 | 1000000 | 1000110 |
Color Harmonies of #ACE483
Complementary color
Monochromatic Colors of #ACE483
Black with #ACE483
Text Example
Text Example
White with #ACE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE483; }
p { color: rgb(172,228,131); }
H1.HeaderClassName
{
color: #ACE483;
}
.AnyTagClassName
{
color: #ACE483;
}
</style>
background-color css
<style>
a { background-color: #ACE483; }
a { background-color: rgb(172,228,131); }
div.DivClassName
{
background-color: #ACE483;
}
.BgClassName
{
background-color: #ACE483;
}
</style>
border-color css
<style>
span { border-color: #ACE483; }
span { border-color: rgb(172,228,131); }
td.TdClassName
{
border-color: #ACE483;
}
.TagClassName
{
border-color: #ACE483;
}
</style>