Shades of Feijoa #ABCA90
Tints of Feijoa #ABCA90
RGB
CMYK
RGB Variations
Color information
#ABCA90 (or 0xABCA90) is known color: Feijoa. HEX triplet: AB, CA and 90. RGB value is (171,202,144). Sum of RGB (Red+Green+Blue) = 171+202+144=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA90 is #54356F. Grayscale: #BABABA. Windows color (decimal): -5518704 or 9489067. OLE color: 9489067.
HSL color Cylindrical-coordinate representation of color #ABCA90: hue angle of 92.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCA90 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 144 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.21 |
| HSL | 92.07º | 0.35% | 0.68% | - |
| HSV(B) | 92.07º | 0.29% | 0.79% | - |
| XYZ | 42.95 | 52.91 | 34.34 | - |
| YUV | 186.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 144 | 0.15 | 0 | 0.29 | 0.21 | 92.07 | 0.35 | 0.68 |
| Hex | AB | CA | 90 | F | 0 | 1D | 15 | 5C | 23 | 44 |
| Octal | 253 | 312 | 220 | 17 | 0 | 35 | 25 | 134 | 43 | 104 |
| Binary | 10101011 | 11001010 | 10010000 | 1111 | 0 | 11101 | 10101 | 1011100 | 100011 | 1000100 |
Color Harmonies of #ABCA90
Complementary color
Monochromatic Colors of #ABCA90
Black with #ABCA90
Text Example
Text Example
White with #ABCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA90; }
p { color: rgb(171,202,144); }
H1.HeaderClassName
{
color: #ABCA90;
}
.AnyTagClassName
{
color: #ABCA90;
}
</style>
background-color css
<style>
a { background-color: #ABCA90; }
a { background-color: rgb(171,202,144); }
div.DivClassName
{
background-color: #ABCA90;
}
.BgClassName
{
background-color: #ABCA90;
}
</style>
border-color css
<style>
span { border-color: #ABCA90; }
span { border-color: rgb(171,202,144); }
td.TdClassName
{
border-color: #ABCA90;
}
.TagClassName
{
border-color: #ABCA90;
}
</style>