Shades of Feijoa #A8F37D
Tints of Feijoa #A8F37D
RGB
CMYK
RGB Variations
Color information
#A8F37D (or 0xA8F37D) is known color: Feijoa. HEX triplet: A8, F3 and 7D. RGB value is (168,243,125). Sum of RGB (Red+Green+Blue) = 168+243+125=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F37D is #570C82. Grayscale: #CFCFCF. Windows color (decimal): -5704835 or 8254376. OLE color: 8254376.
HSL color Cylindrical-coordinate representation of color #A8F37D: hue angle of 98.14º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F37D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 125 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.05 |
| HSL | 98.14º | 0.83% | 0.72% | - |
| HSV(B) | 98.14º | 0.49% | 0.95% | - |
| XYZ | 51.9 | 73.91 | 30.93 | - |
| YUV | 207.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 125 | 0.31 | 0 | 0.49 | 0.05 | 98.14 | 0.83 | 0.72 |
| Hex | A8 | F3 | 7D | 1F | 0 | 31 | 5 | 62 | 53 | 48 |
| Octal | 250 | 363 | 175 | 37 | 0 | 61 | 5 | 142 | 123 | 110 |
| Binary | 10101000 | 11110011 | 1111101 | 11111 | 0 | 110001 | 101 | 1100010 | 1010011 | 1001000 |
Color Harmonies of #A8F37D
Complementary color
Monochromatic Colors of #A8F37D
Black with #A8F37D
Text Example
Text Example
White with #A8F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F37D; }
p { color: rgb(168,243,125); }
H1.HeaderClassName
{
color: #A8F37D;
}
.AnyTagClassName
{
color: #A8F37D;
}
</style>
background-color css
<style>
a { background-color: #A8F37D; }
a { background-color: rgb(168,243,125); }
div.DivClassName
{
background-color: #A8F37D;
}
.BgClassName
{
background-color: #A8F37D;
}
</style>
border-color css
<style>
span { border-color: #A8F37D; }
span { border-color: rgb(168,243,125); }
td.TdClassName
{
border-color: #A8F37D;
}
.TagClassName
{
border-color: #A8F37D;
}
</style>