Shades of Feijoa #A8D57D
Tints of Feijoa #A8D57D
RGB
CMYK
RGB Variations
Color information
#A8D57D (or 0xA8D57D) is known color: Feijoa. HEX triplet: A8, D5 and 7D. RGB value is (168,213,125). Sum of RGB (Red+Green+Blue) = 168+213+125=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D57D is #572A82. Grayscale: #BDBDBD. Windows color (decimal): -5712515 or 8246696. OLE color: 8246696.
HSL color Cylindrical-coordinate representation of color #A8D57D: hue angle of 90.68º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D57D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 125 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.16 |
| HSL | 90.68º | 0.51% | 0.66% | - |
| HSV(B) | 90.68º | 0.41% | 0.84% | - |
| XYZ | 43.64 | 57.39 | 28.18 | - |
| YUV | 189.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 125 | 0.21 | 0 | 0.41 | 0.16 | 90.68 | 0.51 | 0.66 |
| Hex | A8 | D5 | 7D | 15 | 0 | 29 | 10 | 5B | 33 | 42 |
| Octal | 250 | 325 | 175 | 25 | 0 | 51 | 20 | 133 | 63 | 102 |
| Binary | 10101000 | 11010101 | 1111101 | 10101 | 0 | 101001 | 10000 | 1011011 | 110011 | 1000010 |
Color Harmonies of #A8D57D
Complementary color
Monochromatic Colors of #A8D57D
Black with #A8D57D
Text Example
Text Example
White with #A8D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D57D; }
p { color: rgb(168,213,125); }
H1.HeaderClassName
{
color: #A8D57D;
}
.AnyTagClassName
{
color: #A8D57D;
}
</style>
background-color css
<style>
a { background-color: #A8D57D; }
a { background-color: rgb(168,213,125); }
div.DivClassName
{
background-color: #A8D57D;
}
.BgClassName
{
background-color: #A8D57D;
}
</style>
border-color css
<style>
span { border-color: #A8D57D; }
span { border-color: rgb(168,213,125); }
td.TdClassName
{
border-color: #A8D57D;
}
.TagClassName
{
border-color: #A8D57D;
}
</style>