Shades of Feijoa #AFF18C
Tints of Feijoa #AFF18C
RGB
CMYK
RGB Variations
Color information
#AFF18C (or 0xAFF18C) is known color: Feijoa. HEX triplet: AF, F1 and 8C. RGB value is (175,241,140). Sum of RGB (Red+Green+Blue) = 175+241+140=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18C is #500E73. Grayscale: #D2D2D2. Windows color (decimal): -5246580 or 9236911. OLE color: 9236911.
HSL color Cylindrical-coordinate representation of color #AFF18C: hue angle of 99.21º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF18C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 140 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.05 |
| HSL | 99.21º | 0.78% | 0.75% | - |
| HSV(B) | 99.21º | 0.42% | 0.95% | - |
| XYZ | 53.87 | 73.92 | 36.24 | - |
| YUV | 209.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 140 | 0.27 | 0 | 0.42 | 0.05 | 99.21 | 0.78 | 0.75 |
| Hex | AF | F1 | 8C | 1B | 0 | 2A | 5 | 63 | 4E | 4B |
| Octal | 257 | 361 | 214 | 33 | 0 | 52 | 5 | 143 | 116 | 113 |
| Binary | 10101111 | 11110001 | 10001100 | 11011 | 0 | 101010 | 101 | 1100011 | 1001110 | 1001011 |
Color Harmonies of #AFF18C
Complementary color
Monochromatic Colors of #AFF18C
Black with #AFF18C
Text Example
Text Example
White with #AFF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF18C; }
p { color: rgb(175,241,140); }
H1.HeaderClassName
{
color: #AFF18C;
}
.AnyTagClassName
{
color: #AFF18C;
}
</style>
background-color css
<style>
a { background-color: #AFF18C; }
a { background-color: rgb(175,241,140); }
div.DivClassName
{
background-color: #AFF18C;
}
.BgClassName
{
background-color: #AFF18C;
}
</style>
border-color css
<style>
span { border-color: #AFF18C; }
span { border-color: rgb(175,241,140); }
td.TdClassName
{
border-color: #AFF18C;
}
.TagClassName
{
border-color: #AFF18C;
}
</style>