Shades of Feijoa #A8CD8B
Tints of Feijoa #A8CD8B
RGB
CMYK
RGB Variations
Color information
#A8CD8B (or 0xA8CD8B) is known color: Feijoa. HEX triplet: A8, CD and 8B. RGB value is (168,205,139). Sum of RGB (Red+Green+Blue) = 168+205+139=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8B is #573274. Grayscale: #BABABA. Windows color (decimal): -5714549 or 9162152. OLE color: 9162152.
HSL color Cylindrical-coordinate representation of color #A8CD8B: hue angle of 93.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8CD8B is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 205 | 139 | - |
CMYK | 0.18 | 0 | 0.32 | 0.20 |
HSL | 93.64º | 0.4% | 0.67% | - |
HSV(B) | 93.64º | 0.32% | 0.8% | - |
XYZ | 42.64 | 53.85 | 32.57 | - |
YUV | 186.41 | 101.24 | 114.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 205 | 139 | 0.18 | 0 | 0.32 | 0.20 | 93.64 | 0.4 | 0.67 |
Hex | A8 | CD | 8B | 12 | 0 | 20 | 14 | 5E | 28 | 43 |
Octal | 250 | 315 | 213 | 22 | 0 | 40 | 24 | 136 | 50 | 103 |
Binary | 10101000 | 11001101 | 10001011 | 10010 | 0 | 100000 | 10100 | 1011110 | 101000 | 1000011 |
Color Harmonies of #A8CD8B
Complementary color
Monochromatic Colors of #A8CD8B
Black with #A8CD8B
Text Example
Text Example
White with #A8CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD8B; }
p { color: rgb(168,205,139); }
H1.HeaderClassName
{
color: #A8CD8B;
}
.AnyTagClassName
{
color: #A8CD8B;
}
</style>
background-color css
<style>
a { background-color: #A8CD8B; }
a { background-color: rgb(168,205,139); }
div.DivClassName
{
background-color: #A8CD8B;
}
.BgClassName
{
background-color: #A8CD8B;
}
</style>
border-color css
<style>
span { border-color: #A8CD8B; }
span { border-color: rgb(168,205,139); }
td.TdClassName
{
border-color: #A8CD8B;
}
.TagClassName
{
border-color: #A8CD8B;
}
</style>