Shades of Feijoa #ACF27A
Tints of Feijoa #ACF27A
RGB
CMYK
RGB Variations
Color information
#ACF27A (or 0xACF27A) is known color: Feijoa. HEX triplet: AC, F2 and 7A. RGB value is (172,242,122). Sum of RGB (Red+Green+Blue) = 172+242+122=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF27A is #530D85. Grayscale: #CFCFCF. Windows color (decimal): -5442950 or 8057516. OLE color: 8057516.
HSL color Cylindrical-coordinate representation of color #ACF27A: hue angle of 95º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF27A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 122 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.05 |
| HSL | 95º | 0.82% | 0.71% | - |
| HSV(B) | 95º | 0.5% | 0.95% | - |
| XYZ | 52.28 | 73.68 | 29.88 | - |
| YUV | 207.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 122 | 0.29 | 0 | 0.50 | 0.05 | 95 | 0.82 | 0.71 |
| Hex | AC | F2 | 7A | 1D | 0 | 32 | 5 | 5F | 52 | 47 |
| Octal | 254 | 362 | 172 | 35 | 0 | 62 | 5 | 137 | 122 | 107 |
| Binary | 10101100 | 11110010 | 1111010 | 11101 | 0 | 110010 | 101 | 1011111 | 1010010 | 1000111 |
Color Harmonies of #ACF27A
Complementary color
Monochromatic Colors of #ACF27A
Black with #ACF27A
Text Example
Text Example
White with #ACF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF27A; }
p { color: rgb(172,242,122); }
H1.HeaderClassName
{
color: #ACF27A;
}
.AnyTagClassName
{
color: #ACF27A;
}
</style>
background-color css
<style>
a { background-color: #ACF27A; }
a { background-color: rgb(172,242,122); }
div.DivClassName
{
background-color: #ACF27A;
}
.BgClassName
{
background-color: #ACF27A;
}
</style>
border-color css
<style>
span { border-color: #ACF27A; }
span { border-color: rgb(172,242,122); }
td.TdClassName
{
border-color: #ACF27A;
}
.TagClassName
{
border-color: #ACF27A;
}
</style>