Shades of Feijoa #AAF383
Tints of Feijoa #AAF383
RGB
CMYK
RGB Variations
Color information
#AAF383 (or 0xAAF383) is known color: Feijoa. HEX triplet: AA, F3 and 83. RGB value is (170,243,131). Sum of RGB (Red+Green+Blue) = 170+243+131=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF383 is #550C7C. Grayscale: #D0D0D0. Windows color (decimal): -5573757 or 8647594. OLE color: 8647594.
HSL color Cylindrical-coordinate representation of color #AAF383: hue angle of 99.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF383 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 131 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.05 |
| HSL | 99.11º | 0.82% | 0.73% | - |
| HSV(B) | 99.11º | 0.46% | 0.95% | - |
| XYZ | 52.72 | 74.29 | 33.03 | - |
| YUV | 208.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 131 | 0.30 | 0 | 0.46 | 0.05 | 99.11 | 0.82 | 0.73 |
| Hex | AA | F3 | 83 | 1E | 0 | 2E | 5 | 63 | 52 | 49 |
| Octal | 252 | 363 | 203 | 36 | 0 | 56 | 5 | 143 | 122 | 111 |
| Binary | 10101010 | 11110011 | 10000011 | 11110 | 0 | 101110 | 101 | 1100011 | 1010010 | 1001001 |
Color Harmonies of #AAF383
Complementary color
Monochromatic Colors of #AAF383
Black with #AAF383
Text Example
Text Example
White with #AAF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF383; }
p { color: rgb(170,243,131); }
H1.HeaderClassName
{
color: #AAF383;
}
.AnyTagClassName
{
color: #AAF383;
}
</style>
background-color css
<style>
a { background-color: #AAF383; }
a { background-color: rgb(170,243,131); }
div.DivClassName
{
background-color: #AAF383;
}
.BgClassName
{
background-color: #AAF383;
}
</style>
border-color css
<style>
span { border-color: #AAF383; }
span { border-color: rgb(170,243,131); }
td.TdClassName
{
border-color: #AAF383;
}
.TagClassName
{
border-color: #AAF383;
}
</style>