Shades of Feijoa #AFEA74
Tints of Feijoa #AFEA74
RGB
CMYK
RGB Variations
Color information
#AFEA74 (or 0xAFEA74) is known color: Feijoa. HEX triplet: AF, EA and 74. RGB value is (175,234,116). Sum of RGB (Red+Green+Blue) = 175+234+116=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA74 is #50158B. Grayscale: #CBCBCB. Windows color (decimal): -5248396 or 7662255. OLE color: 7662255.
HSL color Cylindrical-coordinate representation of color #AFEA74: hue angle of 90º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFEA74 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 116 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.08 |
| HSL | 90º | 0.74% | 0.69% | - |
| HSV(B) | 90º | 0.5% | 0.92% | - |
| XYZ | 50.25 | 69.22 | 27.24 | - |
| YUV | 202.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 116 | 0.25 | 0 | 0.50 | 0.08 | 90 | 0.74 | 0.69 |
| Hex | AF | EA | 74 | 19 | 0 | 32 | 8 | 5A | 4A | 45 |
| Octal | 257 | 352 | 164 | 31 | 0 | 62 | 10 | 132 | 112 | 105 |
| Binary | 10101111 | 11101010 | 1110100 | 11001 | 0 | 110010 | 1000 | 1011010 | 1001010 | 1000101 |
Color Harmonies of #AFEA74
Complementary color
Monochromatic Colors of #AFEA74
Black with #AFEA74
Text Example
Text Example
White with #AFEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA74; }
p { color: rgb(175,234,116); }
H1.HeaderClassName
{
color: #AFEA74;
}
.AnyTagClassName
{
color: #AFEA74;
}
</style>
background-color css
<style>
a { background-color: #AFEA74; }
a { background-color: rgb(175,234,116); }
div.DivClassName
{
background-color: #AFEA74;
}
.BgClassName
{
background-color: #AFEA74;
}
</style>
border-color css
<style>
span { border-color: #AFEA74; }
span { border-color: rgb(175,234,116); }
td.TdClassName
{
border-color: #AFEA74;
}
.TagClassName
{
border-color: #AFEA74;
}
</style>