Shades of Feijoa #AFF58C
Tints of Feijoa #AFF58C
RGB
CMYK
RGB Variations
Color information
#AFF58C (or 0xAFF58C) is known color: Feijoa. HEX triplet: AF, F5 and 8C. RGB value is (175,245,140). Sum of RGB (Red+Green+Blue) = 175+245+140=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58C is #500A73. Grayscale: #D4D4D4. Windows color (decimal): -5245556 or 9237935. OLE color: 9237935.
HSL color Cylindrical-coordinate representation of color #AFF58C: hue angle of 100º 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 #AFF58C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 140 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.04 |
| HSL | 100º | 0.84% | 0.75% | - |
| HSV(B) | 100º | 0.43% | 0.96% | - |
| XYZ | 55.07 | 76.31 | 36.64 | - |
| YUV | 212.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 140 | 0.29 | 0 | 0.43 | 0.04 | 100 | 0.84 | 0.75 |
| Hex | AF | F5 | 8C | 1D | 0 | 2B | 4 | 64 | 54 | 4B |
| Octal | 257 | 365 | 214 | 35 | 0 | 53 | 4 | 144 | 124 | 113 |
| Binary | 10101111 | 11110101 | 10001100 | 11101 | 0 | 101011 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #AFF58C
Complementary color
Monochromatic Colors of #AFF58C
Black with #AFF58C
Text Example
Text Example
White with #AFF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF58C; }
p { color: rgb(175,245,140); }
H1.HeaderClassName
{
color: #AFF58C;
}
.AnyTagClassName
{
color: #AFF58C;
}
</style>
background-color css
<style>
a { background-color: #AFF58C; }
a { background-color: rgb(175,245,140); }
div.DivClassName
{
background-color: #AFF58C;
}
.BgClassName
{
background-color: #AFF58C;
}
</style>
border-color css
<style>
span { border-color: #AFF58C; }
span { border-color: rgb(175,245,140); }
td.TdClassName
{
border-color: #AFF58C;
}
.TagClassName
{
border-color: #AFF58C;
}
</style>