Shades of Feijoa #AFD68F
Tints of Feijoa #AFD68F
RGB
CMYK
RGB Variations
Color information
#AFD68F (or 0xAFD68F) is known color: Feijoa. HEX triplet: AF, D6 and 8F. RGB value is (175,214,143). Sum of RGB (Red+Green+Blue) = 175+214+143=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68F is #502970. Grayscale: #C2C2C2. Windows color (decimal): -5253489 or 9426607. OLE color: 9426607.
HSL color Cylindrical-coordinate representation of color #AFD68F: hue angle of 92.96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFD68F is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 143 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.16 |
| HSL | 92.96º | 0.46% | 0.7% | - |
| HSV(B) | 92.96º | 0.33% | 0.84% | - |
| XYZ | 46.68 | 59.19 | 34.95 | - |
| YUV | 194.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 143 | 0.18 | 0 | 0.33 | 0.16 | 92.96 | 0.46 | 0.7 |
| Hex | AF | D6 | 8F | 12 | 0 | 21 | 10 | 5D | 2E | 46 |
| Octal | 257 | 326 | 217 | 22 | 0 | 41 | 20 | 135 | 56 | 106 |
| Binary | 10101111 | 11010110 | 10001111 | 10010 | 0 | 100001 | 10000 | 1011101 | 101110 | 1000110 |
Color Harmonies of #AFD68F
Complementary color
Monochromatic Colors of #AFD68F
Black with #AFD68F
Text Example
Text Example
White with #AFD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD68F; }
p { color: rgb(175,214,143); }
H1.HeaderClassName
{
color: #AFD68F;
}
.AnyTagClassName
{
color: #AFD68F;
}
</style>
background-color css
<style>
a { background-color: #AFD68F; }
a { background-color: rgb(175,214,143); }
div.DivClassName
{
background-color: #AFD68F;
}
.BgClassName
{
background-color: #AFD68F;
}
</style>
border-color css
<style>
span { border-color: #AFD68F; }
span { border-color: rgb(175,214,143); }
td.TdClassName
{
border-color: #AFD68F;
}
.TagClassName
{
border-color: #AFD68F;
}
</style>