Shades of Feijoa #A8ED88
Tints of Feijoa #A8ED88
RGB
CMYK
RGB Variations
Color information
#A8ED88 (or 0xA8ED88) is known color: Feijoa. HEX triplet: A8, ED and 88. RGB value is (168,237,136). Sum of RGB (Red+Green+Blue) = 168+237+136=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ED88 is #571277. Grayscale: #CDCDCD. Windows color (decimal): -5706360 or 8973736. OLE color: 8973736.
HSL color Cylindrical-coordinate representation of color #A8ED88: hue angle of 100.99º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8ED88 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 136 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.07 |
| HSL | 100.99º | 0.74% | 0.73% | - |
| HSV(B) | 100.99º | 0.43% | 0.93% | - |
| XYZ | 50.88 | 70.67 | 34.25 | - |
| YUV | 204.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 136 | 0.29 | 0 | 0.43 | 0.07 | 100.99 | 0.74 | 0.73 |
| Hex | A8 | ED | 88 | 1D | 0 | 2B | 7 | 65 | 4A | 49 |
| Octal | 250 | 355 | 210 | 35 | 0 | 53 | 7 | 145 | 112 | 111 |
| Binary | 10101000 | 11101101 | 10001000 | 11101 | 0 | 101011 | 111 | 1100101 | 1001010 | 1001001 |
Color Harmonies of #A8ED88
Complementary color
Monochromatic Colors of #A8ED88
Black with #A8ED88
Text Example
Text Example
White with #A8ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED88; }
p { color: rgb(168,237,136); }
H1.HeaderClassName
{
color: #A8ED88;
}
.AnyTagClassName
{
color: #A8ED88;
}
</style>
background-color css
<style>
a { background-color: #A8ED88; }
a { background-color: rgb(168,237,136); }
div.DivClassName
{
background-color: #A8ED88;
}
.BgClassName
{
background-color: #A8ED88;
}
</style>
border-color css
<style>
span { border-color: #A8ED88; }
span { border-color: rgb(168,237,136); }
td.TdClassName
{
border-color: #A8ED88;
}
.TagClassName
{
border-color: #A8ED88;
}
</style>