Shades of Feijoa #AFF183
Tints of Feijoa #AFF183
RGB
CMYK
RGB Variations
Color information
#AFF183 (or 0xAFF183) is known color: Feijoa. HEX triplet: AF, F1 and 83. RGB value is (175,241,131). Sum of RGB (Red+Green+Blue) = 175+241+131=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF183 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF183 is #500E7C. Grayscale: #D1D1D1. Windows color (decimal): -5246589 or 8647087. OLE color: 8647087.
HSL color Cylindrical-coordinate representation of color #AFF183: hue angle of 96º degrees, saturation: 0.8, 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 #AFF183 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 131 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.05 |
| HSL | 96º | 0.8% | 0.73% | - |
| HSV(B) | 96º | 0.46% | 0.95% | - |
| XYZ | 53.23 | 73.66 | 32.89 | - |
| YUV | 208.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 131 | 0.27 | 0 | 0.46 | 0.05 | 96 | 0.8 | 0.73 |
| Hex | AF | F1 | 83 | 1B | 0 | 2E | 5 | 60 | 50 | 49 |
| Octal | 257 | 361 | 203 | 33 | 0 | 56 | 5 | 140 | 120 | 111 |
| Binary | 10101111 | 11110001 | 10000011 | 11011 | 0 | 101110 | 101 | 1100000 | 1010000 | 1001001 |
Color Harmonies of #AFF183
Complementary color
Monochromatic Colors of #AFF183
Black with #AFF183
Text Example
Text Example
White with #AFF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF183; }
p { color: rgb(175,241,131); }
H1.HeaderClassName
{
color: #AFF183;
}
.AnyTagClassName
{
color: #AFF183;
}
</style>
background-color css
<style>
a { background-color: #AFF183; }
a { background-color: rgb(175,241,131); }
div.DivClassName
{
background-color: #AFF183;
}
.BgClassName
{
background-color: #AFF183;
}
</style>
border-color css
<style>
span { border-color: #AFF183; }
span { border-color: rgb(175,241,131); }
td.TdClassName
{
border-color: #AFF183;
}
.TagClassName
{
border-color: #AFF183;
}
</style>