Shades of Feijoa #AFF68C
Tints of Feijoa #AFF68C
RGB
CMYK
RGB Variations
Color information
#AFF68C (or 0xAFF68C) is known color: Feijoa. HEX triplet: AF, F6 and 8C. RGB value is (175,246,140). Sum of RGB (Red+Green+Blue) = 175+246+140=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF68C is #500973. Grayscale: #D5D5D5. Windows color (decimal): -5245300 or 9238191. OLE color: 9238191.
HSL color Cylindrical-coordinate representation of color #AFF68C: hue angle of 100.19º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF68C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 140 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.04 |
| HSL | 100.19º | 0.85% | 0.76% | - |
| HSV(B) | 100.19º | 0.43% | 0.96% | - |
| XYZ | 55.37 | 76.92 | 36.74 | - |
| YUV | 212.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 140 | 0.29 | 0 | 0.43 | 0.04 | 100.19 | 0.85 | 0.76 |
| Hex | AF | F6 | 8C | 1D | 0 | 2B | 4 | 64 | 55 | 4C |
| Octal | 257 | 366 | 214 | 35 | 0 | 53 | 4 | 144 | 125 | 114 |
| Binary | 10101111 | 11110110 | 10001100 | 11101 | 0 | 101011 | 100 | 1100100 | 1010101 | 1001100 |
Color Harmonies of #AFF68C
Complementary color
Monochromatic Colors of #AFF68C
Black with #AFF68C
Text Example
Text Example
White with #AFF68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF68C; }
p { color: rgb(175,246,140); }
H1.HeaderClassName
{
color: #AFF68C;
}
.AnyTagClassName
{
color: #AFF68C;
}
</style>
background-color css
<style>
a { background-color: #AFF68C; }
a { background-color: rgb(175,246,140); }
div.DivClassName
{
background-color: #AFF68C;
}
.BgClassName
{
background-color: #AFF68C;
}
</style>
border-color css
<style>
span { border-color: #AFF68C; }
span { border-color: rgb(175,246,140); }
td.TdClassName
{
border-color: #AFF68C;
}
.TagClassName
{
border-color: #AFF68C;
}
</style>