Shades of Feijoa #A2F37B
Tints of Feijoa #A2F37B
RGB
CMYK
RGB Variations
Color information
#A2F37B (or 0xA2F37B) is known color: Feijoa. HEX triplet: A2, F3 and 7B. RGB value is (162,243,123). Sum of RGB (Red+Green+Blue) = 162+243+123=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F37B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F37B is #5D0C84. Grayscale: #CDCDCD. Windows color (decimal): -6098053 or 8123298. OLE color: 8123298.
HSL color Cylindrical-coordinate representation of color #A2F37B: hue angle of 100.5º degrees, saturation: 0.83, 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 #A2F37B is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 123 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.05 |
| HSL | 100.5º | 0.83% | 0.72% | - |
| HSV(B) | 100.5º | 0.49% | 0.95% | - |
| XYZ | 50.53 | 73.21 | 30.21 | - |
| YUV | 205.1 | 81.66 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 123 | 0.33 | 0 | 0.49 | 0.05 | 100.5 | 0.83 | 0.72 |
| Hex | A2 | F3 | 7B | 21 | 0 | 31 | 5 | 64 | 53 | 48 |
| Octal | 242 | 363 | 173 | 41 | 0 | 61 | 5 | 144 | 123 | 110 |
| Binary | 10100010 | 11110011 | 1111011 | 100001 | 0 | 110001 | 101 | 1100100 | 1010011 | 1001000 |
Color Harmonies of #A2F37B
Complementary color
Monochromatic Colors of #A2F37B
Black with #A2F37B
Text Example
Text Example
White with #A2F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F37B; }
p { color: rgb(162,243,123); }
H1.HeaderClassName
{
color: #A2F37B;
}
.AnyTagClassName
{
color: #A2F37B;
}
</style>
background-color css
<style>
a { background-color: #A2F37B; }
a { background-color: rgb(162,243,123); }
div.DivClassName
{
background-color: #A2F37B;
}
.BgClassName
{
background-color: #A2F37B;
}
</style>
border-color css
<style>
span { border-color: #A2F37B; }
span { border-color: rgb(162,243,123); }
td.TdClassName
{
border-color: #A2F37B;
}
.TagClassName
{
border-color: #A2F37B;
}
</style>