Shades of Feijoa #ACF27B
Tints of Feijoa #ACF27B
RGB
CMYK
RGB Variations
Color information
#ACF27B (or 0xACF27B) is known color: Feijoa. HEX triplet: AC, F2 and 7B. RGB value is (172,242,123). Sum of RGB (Red+Green+Blue) = 172+242+123=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF27B is #530D84. Grayscale: #CFCFCF. Windows color (decimal): -5442949 or 8123052. OLE color: 8123052.
HSL color Cylindrical-coordinate representation of color #ACF27B: hue angle of 95.29º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF27B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 123 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 95.29º | 0.82% | 0.72% | - |
| HSV(B) | 95.29º | 0.49% | 0.95% | - |
| XYZ | 52.34 | 73.7 | 30.21 | - |
| YUV | 207.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 123 | 0.29 | 0 | 0.49 | 0.05 | 95.29 | 0.82 | 0.72 |
| Hex | AC | F2 | 7B | 1D | 0 | 31 | 5 | 5F | 52 | 48 |
| Octal | 254 | 362 | 173 | 35 | 0 | 61 | 5 | 137 | 122 | 110 |
| Binary | 10101100 | 11110010 | 1111011 | 11101 | 0 | 110001 | 101 | 1011111 | 1010010 | 1001000 |
Color Harmonies of #ACF27B
Complementary color
Monochromatic Colors of #ACF27B
Black with #ACF27B
Text Example
Text Example
White with #ACF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF27B; }
p { color: rgb(172,242,123); }
H1.HeaderClassName
{
color: #ACF27B;
}
.AnyTagClassName
{
color: #ACF27B;
}
</style>
background-color css
<style>
a { background-color: #ACF27B; }
a { background-color: rgb(172,242,123); }
div.DivClassName
{
background-color: #ACF27B;
}
.BgClassName
{
background-color: #ACF27B;
}
</style>
border-color css
<style>
span { border-color: #ACF27B; }
span { border-color: rgb(172,242,123); }
td.TdClassName
{
border-color: #ACF27B;
}
.TagClassName
{
border-color: #ACF27B;
}
</style>