Shades of Feijoa #A8CD83
Tints of Feijoa #A8CD83
RGB
CMYK
RGB Variations
Color information
#A8CD83 (or 0xA8CD83) is known color: Feijoa. HEX triplet: A8, CD and 83. RGB value is (168,205,131). Sum of RGB (Red+Green+Blue) = 168+205+131=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD83 is #57327C. Grayscale: #B9B9B9. Windows color (decimal): -5714557 or 8637864. OLE color: 8637864.
HSL color Cylindrical-coordinate representation of color #A8CD83: hue angle of 90º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8CD83 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 131 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.20 |
| HSL | 90º | 0.43% | 0.66% | - |
| HSV(B) | 90º | 0.36% | 0.8% | - |
| XYZ | 42.08 | 53.63 | 29.61 | - |
| YUV | 185.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 131 | 0.18 | 0 | 0.36 | 0.20 | 90 | 0.43 | 0.66 |
| Hex | A8 | CD | 83 | 12 | 0 | 24 | 14 | 5A | 2B | 42 |
| Octal | 250 | 315 | 203 | 22 | 0 | 44 | 24 | 132 | 53 | 102 |
| Binary | 10101000 | 11001101 | 10000011 | 10010 | 0 | 100100 | 10100 | 1011010 | 101011 | 1000010 |
Color Harmonies of #A8CD83
Complementary color
Monochromatic Colors of #A8CD83
Black with #A8CD83
Text Example
Text Example
White with #A8CD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD83; }
p { color: rgb(168,205,131); }
H1.HeaderClassName
{
color: #A8CD83;
}
.AnyTagClassName
{
color: #A8CD83;
}
</style>
background-color css
<style>
a { background-color: #A8CD83; }
a { background-color: rgb(168,205,131); }
div.DivClassName
{
background-color: #A8CD83;
}
.BgClassName
{
background-color: #A8CD83;
}
</style>
border-color css
<style>
span { border-color: #A8CD83; }
span { border-color: rgb(168,205,131); }
td.TdClassName
{
border-color: #A8CD83;
}
.TagClassName
{
border-color: #A8CD83;
}
</style>