Shades of Feijoa #A8DF75
Tints of Feijoa #A8DF75
RGB
CMYK
RGB Variations
Color information
#A8DF75 (or 0xA8DF75) is known color: Feijoa. HEX triplet: A8, DF and 75. RGB value is (168,223,117). Sum of RGB (Red+Green+Blue) = 168+223+117=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF75 is #57208A. Grayscale: #C2C2C2. Windows color (decimal): -5709963 or 7724968. OLE color: 7724968.
HSL color Cylindrical-coordinate representation of color #A8DF75: hue angle of 91.13º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8DF75 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 117 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.13 |
| HSL | 91.13º | 0.62% | 0.67% | - |
| HSV(B) | 91.13º | 0.48% | 0.87% | - |
| XYZ | 45.75 | 62.38 | 26.46 | - |
| YUV | 194.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 117 | 0.25 | 0 | 0.48 | 0.13 | 91.13 | 0.62 | 0.67 |
| Hex | A8 | DF | 75 | 19 | 0 | 30 | D | 5B | 3E | 43 |
| Octal | 250 | 337 | 165 | 31 | 0 | 60 | 15 | 133 | 76 | 103 |
| Binary | 10101000 | 11011111 | 1110101 | 11001 | 0 | 110000 | 1101 | 1011011 | 111110 | 1000011 |
Color Harmonies of #A8DF75
Complementary color
Monochromatic Colors of #A8DF75
Black with #A8DF75
Text Example
Text Example
White with #A8DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF75; }
p { color: rgb(168,223,117); }
H1.HeaderClassName
{
color: #A8DF75;
}
.AnyTagClassName
{
color: #A8DF75;
}
</style>
background-color css
<style>
a { background-color: #A8DF75; }
a { background-color: rgb(168,223,117); }
div.DivClassName
{
background-color: #A8DF75;
}
.BgClassName
{
background-color: #A8DF75;
}
</style>
border-color css
<style>
span { border-color: #A8DF75; }
span { border-color: rgb(168,223,117); }
td.TdClassName
{
border-color: #A8DF75;
}
.TagClassName
{
border-color: #A8DF75;
}
</style>