Shades of Feijoa #AFD290
Tints of Feijoa #AFD290
RGB
CMYK
RGB Variations
Color information
#AFD290 (or 0xAFD290) is known color: Feijoa. HEX triplet: AF, D2 and 90. RGB value is (175,210,144). Sum of RGB (Red+Green+Blue) = 175+210+144=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD290 is #502D6F. Grayscale: #C0C0C0. Windows color (decimal): -5254512 or 9491119. OLE color: 9491119.
HSL color Cylindrical-coordinate representation of color #AFD290: hue angle of 91.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD290 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 144 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.18 |
| HSL | 91.82º | 0.42% | 0.69% | - |
| HSV(B) | 91.82º | 0.31% | 0.82% | - |
| XYZ | 45.76 | 57.22 | 35.02 | - |
| YUV | 192.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 144 | 0.17 | 0 | 0.31 | 0.18 | 91.82 | 0.42 | 0.69 |
| Hex | AF | D2 | 90 | 11 | 0 | 1F | 12 | 5C | 2A | 45 |
| Octal | 257 | 322 | 220 | 21 | 0 | 37 | 22 | 134 | 52 | 105 |
| Binary | 10101111 | 11010010 | 10010000 | 10001 | 0 | 11111 | 10010 | 1011100 | 101010 | 1000101 |
Color Harmonies of #AFD290
Complementary color
Monochromatic Colors of #AFD290
Black with #AFD290
Text Example
Text Example
White with #AFD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD290; }
p { color: rgb(175,210,144); }
H1.HeaderClassName
{
color: #AFD290;
}
.AnyTagClassName
{
color: #AFD290;
}
</style>
background-color css
<style>
a { background-color: #AFD290; }
a { background-color: rgb(175,210,144); }
div.DivClassName
{
background-color: #AFD290;
}
.BgClassName
{
background-color: #AFD290;
}
</style>
border-color css
<style>
span { border-color: #AFD290; }
span { border-color: rgb(175,210,144); }
td.TdClassName
{
border-color: #AFD290;
}
.TagClassName
{
border-color: #AFD290;
}
</style>