Shades of Feijoa #AAF27B
Tints of Feijoa #AAF27B
RGB
CMYK
RGB Variations
Color information
#AAF27B (or 0xAAF27B) is known color: Feijoa. HEX triplet: AA, F2 and 7B. RGB value is (170,242,123). Sum of RGB (Red+Green+Blue) = 170+242+123=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF27B is #550D84. Grayscale: #CFCFCF. Windows color (decimal): -5574021 or 8123050. OLE color: 8123050.
HSL color Cylindrical-coordinate representation of color #AAF27B: hue angle of 96.3º 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 #AAF27B is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 123 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.05 |
| HSL | 96.3º | 0.82% | 0.72% | - |
| HSV(B) | 96.3º | 0.49% | 0.95% | - |
| XYZ | 51.9 | 73.48 | 30.19 | - |
| YUV | 206.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 123 | 0.30 | 0 | 0.49 | 0.05 | 96.3 | 0.82 | 0.72 |
| Hex | AA | F2 | 7B | 1E | 0 | 31 | 5 | 60 | 52 | 48 |
| Octal | 252 | 362 | 173 | 36 | 0 | 61 | 5 | 140 | 122 | 110 |
| Binary | 10101010 | 11110010 | 1111011 | 11110 | 0 | 110001 | 101 | 1100000 | 1010010 | 1001000 |
Color Harmonies of #AAF27B
Complementary color
Monochromatic Colors of #AAF27B
Black with #AAF27B
Text Example
Text Example
White with #AAF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF27B; }
p { color: rgb(170,242,123); }
H1.HeaderClassName
{
color: #AAF27B;
}
.AnyTagClassName
{
color: #AAF27B;
}
</style>
background-color css
<style>
a { background-color: #AAF27B; }
a { background-color: rgb(170,242,123); }
div.DivClassName
{
background-color: #AAF27B;
}
.BgClassName
{
background-color: #AAF27B;
}
</style>
border-color css
<style>
span { border-color: #AAF27B; }
span { border-color: rgb(170,242,123); }
td.TdClassName
{
border-color: #AAF27B;
}
.TagClassName
{
border-color: #AAF27B;
}
</style>