Shades of Feijoa #A8D07D
Tints of Feijoa #A8D07D
RGB
CMYK
RGB Variations
Color information
#A8D07D (or 0xA8D07D) is known color: Feijoa. HEX triplet: A8, D0 and 7D. RGB value is (168,208,125). Sum of RGB (Red+Green+Blue) = 168+208+125=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D07D is #572F82. Grayscale: #BABABA. Windows color (decimal): -5713795 or 8245416. OLE color: 8245416.
HSL color Cylindrical-coordinate representation of color #A8D07D: hue angle of 88.92º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D07D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
RGB | 168 | 208 | 125 | - |
CMYK | 0.19 | 0 | 0.40 | 0.18 |
HSL | 88.92º | 0.47% | 0.65% | - |
HSV(B) | 88.92º | 0.4% | 0.82% | - |
XYZ | 42.41 | 54.92 | 27.77 | - |
YUV | 186.58 | 93.25 | 114.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 208 | 125 | 0.19 | 0 | 0.40 | 0.18 | 88.92 | 0.47 | 0.65 |
Hex | A8 | D0 | 7D | 13 | 0 | 28 | 12 | 59 | 2F | 41 |
Octal | 250 | 320 | 175 | 23 | 0 | 50 | 22 | 131 | 57 | 101 |
Binary | 10101000 | 11010000 | 1111101 | 10011 | 0 | 101000 | 10010 | 1011001 | 101111 | 1000001 |
Color Harmonies of #A8D07D
Complementary color
Monochromatic Colors of #A8D07D
Black with #A8D07D
Text Example
Text Example
White with #A8D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D07D; }
p { color: rgb(168,208,125); }
H1.HeaderClassName
{
color: #A8D07D;
}
.AnyTagClassName
{
color: #A8D07D;
}
</style>
background-color css
<style>
a { background-color: #A8D07D; }
a { background-color: rgb(168,208,125); }
div.DivClassName
{
background-color: #A8D07D;
}
.BgClassName
{
background-color: #A8D07D;
}
</style>
border-color css
<style>
span { border-color: #A8D07D; }
span { border-color: rgb(168,208,125); }
td.TdClassName
{
border-color: #A8D07D;
}
.TagClassName
{
border-color: #A8D07D;
}
</style>