Shades of Feijoa #AAF27D
Tints of Feijoa #AAF27D
RGB
CMYK
RGB Variations
Color information
#AAF27D (or 0xAAF27D) is known color: Feijoa. HEX triplet: AA, F2 and 7D. RGB value is (170,242,125). Sum of RGB (Red+Green+Blue) = 170+242+125=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF27D is #550D82. Grayscale: #CFCFCF. Windows color (decimal): -5574019 or 8254122. OLE color: 8254122.
HSL color Cylindrical-coordinate representation of color #AAF27D: hue angle of 96.92º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF27D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 125 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.05 |
| HSL | 96.92º | 0.82% | 0.72% | - |
| HSV(B) | 96.92º | 0.48% | 0.95% | - |
| XYZ | 52.03 | 73.53 | 30.85 | - |
| YUV | 207.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 125 | 0.30 | 0 | 0.48 | 0.05 | 96.92 | 0.82 | 0.72 |
| Hex | AA | F2 | 7D | 1E | 0 | 30 | 5 | 61 | 52 | 48 |
| Octal | 252 | 362 | 175 | 36 | 0 | 60 | 5 | 141 | 122 | 110 |
| Binary | 10101010 | 11110010 | 1111101 | 11110 | 0 | 110000 | 101 | 1100001 | 1010010 | 1001000 |
Color Harmonies of #AAF27D
Complementary color
Monochromatic Colors of #AAF27D
Black with #AAF27D
Text Example
Text Example
White with #AAF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF27D; }
p { color: rgb(170,242,125); }
H1.HeaderClassName
{
color: #AAF27D;
}
.AnyTagClassName
{
color: #AAF27D;
}
</style>
background-color css
<style>
a { background-color: #AAF27D; }
a { background-color: rgb(170,242,125); }
div.DivClassName
{
background-color: #AAF27D;
}
.BgClassName
{
background-color: #AAF27D;
}
</style>
border-color css
<style>
span { border-color: #AAF27D; }
span { border-color: rgb(170,242,125); }
td.TdClassName
{
border-color: #AAF27D;
}
.TagClassName
{
border-color: #AAF27D;
}
</style>