Shades of Feijoa #A8F27D
Tints of Feijoa #A8F27D
RGB
CMYK
RGB Variations
Color information
#A8F27D (or 0xA8F27D) is known color: Feijoa. HEX triplet: A8, F2 and 7D. RGB value is (168,242,125). Sum of RGB (Red+Green+Blue) = 168+242+125=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F27D is #570D82. Grayscale: #CECECE. Windows color (decimal): -5705091 or 8254120. OLE color: 8254120.
HSL color Cylindrical-coordinate representation of color #A8F27D: hue angle of 97.95º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8F27D is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 125 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.05 |
| HSL | 97.95º | 0.82% | 0.72% | - |
| HSV(B) | 97.95º | 0.48% | 0.95% | - |
| XYZ | 51.6 | 73.31 | 30.83 | - |
| YUV | 206.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 125 | 0.31 | 0 | 0.48 | 0.05 | 97.95 | 0.82 | 0.72 |
| Hex | A8 | F2 | 7D | 1F | 0 | 30 | 5 | 62 | 52 | 48 |
| Octal | 250 | 362 | 175 | 37 | 0 | 60 | 5 | 142 | 122 | 110 |
| Binary | 10101000 | 11110010 | 1111101 | 11111 | 0 | 110000 | 101 | 1100010 | 1010010 | 1001000 |
Color Harmonies of #A8F27D
Complementary color
Monochromatic Colors of #A8F27D
Black with #A8F27D
Text Example
Text Example
White with #A8F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F27D; }
p { color: rgb(168,242,125); }
H1.HeaderClassName
{
color: #A8F27D;
}
.AnyTagClassName
{
color: #A8F27D;
}
</style>
background-color css
<style>
a { background-color: #A8F27D; }
a { background-color: rgb(168,242,125); }
div.DivClassName
{
background-color: #A8F27D;
}
.BgClassName
{
background-color: #A8F27D;
}
</style>
border-color css
<style>
span { border-color: #A8F27D; }
span { border-color: rgb(168,242,125); }
td.TdClassName
{
border-color: #A8F27D;
}
.TagClassName
{
border-color: #A8F27D;
}
</style>