Shades of Feijoa #ACF87B
Tints of Feijoa #ACF87B
RGB
CMYK
RGB Variations
Color information
#ACF87B (or 0xACF87B) is known color: Feijoa. HEX triplet: AC, F8 and 7B. RGB value is (172,248,123). Sum of RGB (Red+Green+Blue) = 172+248+123=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87B is #530784. Grayscale: #D3D3D3. Windows color (decimal): -5441413 or 8124588. OLE color: 8124588.
HSL color Cylindrical-coordinate representation of color #ACF87B: hue angle of 96.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF87B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 123 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.03 |
| HSL | 96.48º | 0.9% | 0.73% | - |
| HSV(B) | 96.48º | 0.5% | 0.97% | - |
| XYZ | 54.16 | 77.34 | 30.81 | - |
| YUV | 211.03 | 78.32 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 123 | 0.31 | 0 | 0.50 | 0.03 | 96.48 | 0.9 | 0.73 |
| Hex | AC | F8 | 7B | 1F | 0 | 32 | 3 | 60 | 5A | 49 |
| Octal | 254 | 370 | 173 | 37 | 0 | 62 | 3 | 140 | 132 | 111 |
| Binary | 10101100 | 11111000 | 1111011 | 11111 | 0 | 110010 | 11 | 1100000 | 1011010 | 1001001 |
Color Harmonies of #ACF87B
Complementary color
Monochromatic Colors of #ACF87B
Black with #ACF87B
Text Example
Text Example
White with #ACF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF87B; }
p { color: rgb(172,248,123); }
H1.HeaderClassName
{
color: #ACF87B;
}
.AnyTagClassName
{
color: #ACF87B;
}
</style>
background-color css
<style>
a { background-color: #ACF87B; }
a { background-color: rgb(172,248,123); }
div.DivClassName
{
background-color: #ACF87B;
}
.BgClassName
{
background-color: #ACF87B;
}
</style>
border-color css
<style>
span { border-color: #ACF87B; }
span { border-color: rgb(172,248,123); }
td.TdClassName
{
border-color: #ACF87B;
}
.TagClassName
{
border-color: #ACF87B;
}
</style>