Shades of Feijoa #A8D283
Tints of Feijoa #A8D283
RGB
CMYK
RGB Variations
Color information
#A8D283 (or 0xA8D283) is known color: Feijoa. HEX triplet: A8, D2 and 83. RGB value is (168,210,131). Sum of RGB (Red+Green+Blue) = 168+210+131=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D283 is #572D7C. Grayscale: #BCBCBC. Windows color (decimal): -5713277 or 8639144. OLE color: 8639144.
HSL color Cylindrical-coordinate representation of color #A8D283: hue angle of 91.9º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8D283 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 131 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.18 |
| HSL | 91.9º | 0.47% | 0.67% | - |
| HSV(B) | 91.9º | 0.38% | 0.82% | - |
| XYZ | 43.29 | 56.06 | 30.01 | - |
| YUV | 188.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 131 | 0.2 | 0 | 0.38 | 0.18 | 91.9 | 0.47 | 0.67 |
| Hex | A8 | D2 | 83 | 14 | 0 | 26 | 12 | 5C | 2F | 43 |
| Octal | 250 | 322 | 203 | 24 | 0 | 46 | 22 | 134 | 57 | 103 |
| Binary | 10101000 | 11010010 | 10000011 | 10100 | 0 | 100110 | 10010 | 1011100 | 101111 | 1000011 |
Color Harmonies of #A8D283
Complementary color
Monochromatic Colors of #A8D283
Black with #A8D283
Text Example
Text Example
White with #A8D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D283; }
p { color: rgb(168,210,131); }
H1.HeaderClassName
{
color: #A8D283;
}
.AnyTagClassName
{
color: #A8D283;
}
</style>
background-color css
<style>
a { background-color: #A8D283; }
a { background-color: rgb(168,210,131); }
div.DivClassName
{
background-color: #A8D283;
}
.BgClassName
{
background-color: #A8D283;
}
</style>
border-color css
<style>
span { border-color: #A8D283; }
span { border-color: rgb(168,210,131); }
td.TdClassName
{
border-color: #A8D283;
}
.TagClassName
{
border-color: #A8D283;
}
</style>