Shades of Feijoa #AFF07B
Tints of Feijoa #AFF07B
RGB
CMYK
RGB Variations
Color information
#AFF07B (or 0xAFF07B) is known color: Feijoa. HEX triplet: AF, F0 and 7B. RGB value is (175,240,123). Sum of RGB (Red+Green+Blue) = 175+240+123=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF07B is #500F84. Grayscale: #CFCFCF. Windows color (decimal): -5246853 or 8122543. OLE color: 8122543.
HSL color Cylindrical-coordinate representation of color #AFF07B: hue angle of 93.33º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF07B is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 123 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.06 |
| HSL | 93.33º | 0.8% | 0.71% | - |
| HSV(B) | 93.33º | 0.49% | 0.94% | - |
| XYZ | 52.41 | 72.86 | 30.04 | - |
| YUV | 207.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 123 | 0.27 | 0 | 0.49 | 0.06 | 93.33 | 0.8 | 0.71 |
| Hex | AF | F0 | 7B | 1B | 0 | 31 | 6 | 5D | 50 | 47 |
| Octal | 257 | 360 | 173 | 33 | 0 | 61 | 6 | 135 | 120 | 107 |
| Binary | 10101111 | 11110000 | 1111011 | 11011 | 0 | 110001 | 110 | 1011101 | 1010000 | 1000111 |
Color Harmonies of #AFF07B
Complementary color
Monochromatic Colors of #AFF07B
Black with #AFF07B
Text Example
Text Example
White with #AFF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF07B; }
p { color: rgb(175,240,123); }
H1.HeaderClassName
{
color: #AFF07B;
}
.AnyTagClassName
{
color: #AFF07B;
}
</style>
background-color css
<style>
a { background-color: #AFF07B; }
a { background-color: rgb(175,240,123); }
div.DivClassName
{
background-color: #AFF07B;
}
.BgClassName
{
background-color: #AFF07B;
}
</style>
border-color css
<style>
span { border-color: #AFF07B; }
span { border-color: rgb(175,240,123); }
td.TdClassName
{
border-color: #AFF07B;
}
.TagClassName
{
border-color: #AFF07B;
}
</style>