Shades of Caper #ABC27A
Tints of Caper #ABC27A
RGB
CMYK
RGB Variations
Color information
#ABC27A (or 0xABC27A) is known color: Caper. HEX triplet: AB, C2 and 7A. RGB value is (171,194,122). Sum of RGB (Red+Green+Blue) = 171+194+122=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC27A is #543D85. Grayscale: #B3B3B3. Windows color (decimal): -5520774 or 8045227. OLE color: 8045227.
HSL color Cylindrical-coordinate representation of color #ABC27A: hue angle of 79.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC27A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 122 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.24 |
| HSL | 79.17º | 0.37% | 0.62% | - |
| HSV(B) | 79.17º | 0.37% | 0.76% | - |
| XYZ | 39.6 | 48.65 | 25.71 | - |
| YUV | 178.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 122 | 0.12 | 0 | 0.37 | 0.24 | 79.17 | 0.37 | 0.62 |
| Hex | AB | C2 | 7A | C | 0 | 25 | 18 | 4F | 25 | 3E |
| Octal | 253 | 302 | 172 | 14 | 0 | 45 | 30 | 117 | 45 | 76 |
| Binary | 10101011 | 11000010 | 1111010 | 1100 | 0 | 100101 | 11000 | 1001111 | 100101 | 111110 |
Color Harmonies of #ABC27A
Complementary color
Monochromatic Colors of #ABC27A
Black with #ABC27A
Text Example
Text Example
White with #ABC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC27A; }
p { color: rgb(171,194,122); }
H1.HeaderClassName
{
color: #ABC27A;
}
.AnyTagClassName
{
color: #ABC27A;
}
</style>
background-color css
<style>
a { background-color: #ABC27A; }
a { background-color: rgb(171,194,122); }
div.DivClassName
{
background-color: #ABC27A;
}
.BgClassName
{
background-color: #ABC27A;
}
</style>
border-color css
<style>
span { border-color: #ABC27A; }
span { border-color: rgb(171,194,122); }
td.TdClassName
{
border-color: #ABC27A;
}
.TagClassName
{
border-color: #ABC27A;
}
</style>