Shades of Feijoa #ACF27F
Tints of Feijoa #ACF27F
RGB
CMYK
RGB Variations
Color information
#ACF27F (or 0xACF27F) is known color: Feijoa. HEX triplet: AC, F2 and 7F. RGB value is (172,242,127). Sum of RGB (Red+Green+Blue) = 172+242+127=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF27F is #530D80. Grayscale: #D0D0D0. Windows color (decimal): -5442945 or 8385196. OLE color: 8385196.
HSL color Cylindrical-coordinate representation of color #ACF27F: hue angle of 96.52º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF27F is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 127 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.05 |
| HSL | 96.52º | 0.82% | 0.72% | - |
| HSV(B) | 96.52º | 0.48% | 0.95% | - |
| XYZ | 52.6 | 73.81 | 31.55 | - |
| YUV | 207.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 127 | 0.29 | 0 | 0.48 | 0.05 | 96.52 | 0.82 | 0.72 |
| Hex | AC | F2 | 7F | 1D | 0 | 30 | 5 | 61 | 52 | 48 |
| Octal | 254 | 362 | 177 | 35 | 0 | 60 | 5 | 141 | 122 | 110 |
| Binary | 10101100 | 11110010 | 1111111 | 11101 | 0 | 110000 | 101 | 1100001 | 1010010 | 1001000 |
Color Harmonies of #ACF27F
Complementary color
Monochromatic Colors of #ACF27F
Black with #ACF27F
Text Example
Text Example
White with #ACF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF27F; }
p { color: rgb(172,242,127); }
H1.HeaderClassName
{
color: #ACF27F;
}
.AnyTagClassName
{
color: #ACF27F;
}
</style>
background-color css
<style>
a { background-color: #ACF27F; }
a { background-color: rgb(172,242,127); }
div.DivClassName
{
background-color: #ACF27F;
}
.BgClassName
{
background-color: #ACF27F;
}
</style>
border-color css
<style>
span { border-color: #ACF27F; }
span { border-color: rgb(172,242,127); }
td.TdClassName
{
border-color: #ACF27F;
}
.TagClassName
{
border-color: #ACF27F;
}
</style>