Shades of Feijoa #AFF58B
Tints of Feijoa #AFF58B
RGB
CMYK
RGB Variations
Color information
#AFF58B (or 0xAFF58B) is known color: Feijoa. HEX triplet: AF, F5 and 8B. RGB value is (175,245,139). Sum of RGB (Red+Green+Blue) = 175+245+139=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58B is #500A74. Grayscale: #D4D4D4. Windows color (decimal): -5245557 or 9172399. OLE color: 9172399.
HSL color Cylindrical-coordinate representation of color #AFF58B: hue angle of 99.62º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF58B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 139 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.04 |
| HSL | 99.62º | 0.84% | 0.75% | - |
| HSV(B) | 99.62º | 0.43% | 0.96% | - |
| XYZ | 54.99 | 76.28 | 36.25 | - |
| YUV | 211.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 139 | 0.29 | 0 | 0.43 | 0.04 | 99.62 | 0.84 | 0.75 |
| Hex | AF | F5 | 8B | 1D | 0 | 2B | 4 | 64 | 54 | 4B |
| Octal | 257 | 365 | 213 | 35 | 0 | 53 | 4 | 144 | 124 | 113 |
| Binary | 10101111 | 11110101 | 10001011 | 11101 | 0 | 101011 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #AFF58B
Complementary color
Monochromatic Colors of #AFF58B
Black with #AFF58B
Text Example
Text Example
White with #AFF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF58B; }
p { color: rgb(175,245,139); }
H1.HeaderClassName
{
color: #AFF58B;
}
.AnyTagClassName
{
color: #AFF58B;
}
</style>
background-color css
<style>
a { background-color: #AFF58B; }
a { background-color: rgb(175,245,139); }
div.DivClassName
{
background-color: #AFF58B;
}
.BgClassName
{
background-color: #AFF58B;
}
</style>
border-color css
<style>
span { border-color: #AFF58B; }
span { border-color: rgb(175,245,139); }
td.TdClassName
{
border-color: #AFF58B;
}
.TagClassName
{
border-color: #AFF58B;
}
</style>