Shades of Feijoa #ABCA8D
Tints of Feijoa #ABCA8D
RGB
CMYK
RGB Variations
Color information
#ABCA8D (or 0xABCA8D) is known color: Feijoa. HEX triplet: AB, CA and 8D. RGB value is (171,202,141). Sum of RGB (Red+Green+Blue) = 171+202+141=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA8D is #543572. Grayscale: #B9B9B9. Windows color (decimal): -5518707 or 9292459. OLE color: 9292459.
HSL color Cylindrical-coordinate representation of color #ABCA8D: hue angle of 90.49º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCA8D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
RGB | 171 | 202 | 141 | - |
CMYK | 0.15 | 0 | 0.30 | 0.21 |
HSL | 90.49º | 0.37% | 0.67% | - |
HSV(B) | 90.49º | 0.3% | 0.79% | - |
XYZ | 42.72 | 52.82 | 33.14 | - |
YUV | 185.78 | 102.73 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 202 | 141 | 0.15 | 0 | 0.30 | 0.21 | 90.49 | 0.37 | 0.67 |
Hex | AB | CA | 8D | F | 0 | 1E | 15 | 5A | 25 | 43 |
Octal | 253 | 312 | 215 | 17 | 0 | 36 | 25 | 132 | 45 | 103 |
Binary | 10101011 | 11001010 | 10001101 | 1111 | 0 | 11110 | 10101 | 1011010 | 100101 | 1000011 |
Color Harmonies of #ABCA8D
Complementary color
Monochromatic Colors of #ABCA8D
Black with #ABCA8D
Text Example
Text Example
White with #ABCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA8D; }
p { color: rgb(171,202,141); }
H1.HeaderClassName
{
color: #ABCA8D;
}
.AnyTagClassName
{
color: #ABCA8D;
}
</style>
background-color css
<style>
a { background-color: #ABCA8D; }
a { background-color: rgb(171,202,141); }
div.DivClassName
{
background-color: #ABCA8D;
}
.BgClassName
{
background-color: #ABCA8D;
}
</style>
border-color css
<style>
span { border-color: #ABCA8D; }
span { border-color: rgb(171,202,141); }
td.TdClassName
{
border-color: #ABCA8D;
}
.TagClassName
{
border-color: #ABCA8D;
}
</style>