Shades of Feijoa #ABCD92
Tints of Feijoa #ABCD92
RGB
CMYK
RGB Variations
Color information
#ABCD92 (or 0xABCD92) is known color: Feijoa. HEX triplet: AB, CD and 92. RGB value is (171,205,146). Sum of RGB (Red+Green+Blue) = 171+205+146=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD92 is #54326D. Grayscale: #BCBCBC. Windows color (decimal): -5517934 or 9620907. OLE color: 9620907.
HSL color Cylindrical-coordinate representation of color #ABCD92: hue angle of 94.58º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCD92 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 146 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.20 |
| HSL | 94.58º | 0.37% | 0.69% | - |
| HSV(B) | 94.58º | 0.29% | 0.8% | - |
| XYZ | 43.81 | 54.4 | 35.38 | - |
| YUV | 188.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 146 | 0.17 | 0 | 0.29 | 0.20 | 94.58 | 0.37 | 0.69 |
| Hex | AB | CD | 92 | 11 | 0 | 1D | 14 | 5F | 25 | 45 |
| Octal | 253 | 315 | 222 | 21 | 0 | 35 | 24 | 137 | 45 | 105 |
| Binary | 10101011 | 11001101 | 10010010 | 10001 | 0 | 11101 | 10100 | 1011111 | 100101 | 1000101 |
Color Harmonies of #ABCD92
Complementary color
Monochromatic Colors of #ABCD92
Black with #ABCD92
Text Example
Text Example
White with #ABCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD92; }
p { color: rgb(171,205,146); }
H1.HeaderClassName
{
color: #ABCD92;
}
.AnyTagClassName
{
color: #ABCD92;
}
</style>
background-color css
<style>
a { background-color: #ABCD92; }
a { background-color: rgb(171,205,146); }
div.DivClassName
{
background-color: #ABCD92;
}
.BgClassName
{
background-color: #ABCD92;
}
</style>
border-color css
<style>
span { border-color: #ABCD92; }
span { border-color: rgb(171,205,146); }
td.TdClassName
{
border-color: #ABCD92;
}
.TagClassName
{
border-color: #ABCD92;
}
</style>