Shades of Feijoa #A2FF72
Tints of Feijoa #A2FF72
RGB
CMYK
RGB Variations
Color information
#A2FF72 (or 0xA2FF72) is known color: Feijoa. HEX triplet: A2, FF and 72. RGB value is (162,255,114). Sum of RGB (Red+Green+Blue) = 162+255+114=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF72 is #5D008D. Grayscale: #D3D3D3. Windows color (decimal): -6094990 or 7536546. OLE color: 7536546.
HSL color Cylindrical-coordinate representation of color #A2FF72: hue angle of 99.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2FF72 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 114 | - |
| CMYK | 0.36 | 0 | 0.55 | 0 |
| HSL | 99.57º | 1% | 0.72% | - |
| HSV(B) | 99.57º | 0.55% | 1% | - |
| XYZ | 53.7 | 80.42 | 28.61 | - |
| YUV | 211.12 | 73.19 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 114 | 0.36 | 0 | 0.55 | 0 | 99.57 | 1 | 0.72 |
| Hex | A2 | FF | 72 | 24 | 0 | 37 | 0 | 64 | 64 | 48 |
| Octal | 242 | 377 | 162 | 44 | 0 | 67 | 0 | 144 | 144 | 110 |
| Binary | 10100010 | 11111111 | 1110010 | 100100 | 0 | 110111 | 0 | 1100100 | 1100100 | 1001000 |
Color Harmonies of #A2FF72
Complementary color
Monochromatic Colors of #A2FF72
Black with #A2FF72
Text Example
Text Example
White with #A2FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF72; }
p { color: rgb(162,255,114); }
H1.HeaderClassName
{
color: #A2FF72;
}
.AnyTagClassName
{
color: #A2FF72;
}
</style>
background-color css
<style>
a { background-color: #A2FF72; }
a { background-color: rgb(162,255,114); }
div.DivClassName
{
background-color: #A2FF72;
}
.BgClassName
{
background-color: #A2FF72;
}
</style>
border-color css
<style>
span { border-color: #A2FF72; }
span { border-color: rgb(162,255,114); }
td.TdClassName
{
border-color: #A2FF72;
}
.TagClassName
{
border-color: #A2FF72;
}
</style>