Shades of Feijoa #ACEA70
Tints of Feijoa #ACEA70
RGB
CMYK
RGB Variations
Color information
#ACEA70 (or 0xACEA70) is known color: Feijoa. HEX triplet: AC, EA and 70. RGB value is (172,234,112). Sum of RGB (Red+Green+Blue) = 172+234+112=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA70 is #53158F. Grayscale: #C9C9C9. Windows color (decimal): -5445008 or 7400108. OLE color: 7400108.
HSL color Cylindrical-coordinate representation of color #ACEA70: hue angle of 90.49º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACEA70 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 112 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.08 |
| HSL | 90.49º | 0.74% | 0.68% | - |
| HSV(B) | 90.49º | 0.52% | 0.92% | - |
| XYZ | 49.36 | 68.79 | 26 | - |
| YUV | 201.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 112 | 0.26 | 0 | 0.52 | 0.08 | 90.49 | 0.74 | 0.68 |
| Hex | AC | EA | 70 | 1A | 0 | 34 | 8 | 5A | 4A | 44 |
| Octal | 254 | 352 | 160 | 32 | 0 | 64 | 10 | 132 | 112 | 104 |
| Binary | 10101100 | 11101010 | 1110000 | 11010 | 0 | 110100 | 1000 | 1011010 | 1001010 | 1000100 |
Color Harmonies of #ACEA70
Complementary color
Monochromatic Colors of #ACEA70
Black with #ACEA70
Text Example
Text Example
White with #ACEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA70; }
p { color: rgb(172,234,112); }
H1.HeaderClassName
{
color: #ACEA70;
}
.AnyTagClassName
{
color: #ACEA70;
}
</style>
background-color css
<style>
a { background-color: #ACEA70; }
a { background-color: rgb(172,234,112); }
div.DivClassName
{
background-color: #ACEA70;
}
.BgClassName
{
background-color: #ACEA70;
}
</style>
border-color css
<style>
span { border-color: #ACEA70; }
span { border-color: rgb(172,234,112); }
td.TdClassName
{
border-color: #ACEA70;
}
.TagClassName
{
border-color: #ACEA70;
}
</style>