Shades of Feijoa #ACF57E
Tints of Feijoa #ACF57E
RGB
CMYK
RGB Variations
Color information
#ACF57E (or 0xACF57E) is known color: Feijoa. HEX triplet: AC, F5 and 7E. RGB value is (172,245,126). Sum of RGB (Red+Green+Blue) = 172+245+126=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF57E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF57E is #530A81. Grayscale: #D2D2D2. Windows color (decimal): -5442178 or 8320428. OLE color: 8320428.
HSL color Cylindrical-coordinate representation of color #ACF57E: hue angle of 96.81º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF57E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 126 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.04 |
| HSL | 96.81º | 0.86% | 0.73% | - |
| HSV(B) | 96.81º | 0.49% | 0.96% | - |
| XYZ | 53.43 | 75.58 | 31.51 | - |
| YUV | 209.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 126 | 0.30 | 0 | 0.49 | 0.04 | 96.81 | 0.86 | 0.73 |
| Hex | AC | F5 | 7E | 1E | 0 | 31 | 4 | 61 | 56 | 49 |
| Octal | 254 | 365 | 176 | 36 | 0 | 61 | 4 | 141 | 126 | 111 |
| Binary | 10101100 | 11110101 | 1111110 | 11110 | 0 | 110001 | 100 | 1100001 | 1010110 | 1001001 |
Color Harmonies of #ACF57E
Complementary color
Monochromatic Colors of #ACF57E
Black with #ACF57E
Text Example
Text Example
White with #ACF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF57E; }
p { color: rgb(172,245,126); }
H1.HeaderClassName
{
color: #ACF57E;
}
.AnyTagClassName
{
color: #ACF57E;
}
</style>
background-color css
<style>
a { background-color: #ACF57E; }
a { background-color: rgb(172,245,126); }
div.DivClassName
{
background-color: #ACF57E;
}
.BgClassName
{
background-color: #ACF57E;
}
</style>
border-color css
<style>
span { border-color: #ACF57E; }
span { border-color: rgb(172,245,126); }
td.TdClassName
{
border-color: #ACF57E;
}
.TagClassName
{
border-color: #ACF57E;
}
</style>