Shades of Conifer #ABDC60
Tints of Conifer #ABDC60
RGB
CMYK
RGB Variations
Color information
#ABDC60 (or 0xABDC60) is known color: Conifer. HEX triplet: AB, DC and 60. RGB value is (171,220,96). Sum of RGB (Red+Green+Blue) = 171+220+96=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC60 is #54239F. Grayscale: #BFBFBF. Windows color (decimal): -5514144 or 6347947. OLE color: 6347947.
HSL color Cylindrical-coordinate representation of color #ABDC60: hue angle of 83.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABDC60 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 96 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.14 |
| HSL | 83.71º | 0.64% | 0.62% | - |
| HSV(B) | 83.71º | 0.56% | 0.86% | - |
| XYZ | 44.5 | 60.69 | 20.44 | - |
| YUV | 191.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 96 | 0.22 | 0 | 0.56 | 0.14 | 83.71 | 0.64 | 0.62 |
| Hex | AB | DC | 60 | 16 | 0 | 38 | E | 54 | 40 | 3E |
| Octal | 253 | 334 | 140 | 26 | 0 | 70 | 16 | 124 | 100 | 76 |
| Binary | 10101011 | 11011100 | 1100000 | 10110 | 0 | 111000 | 1110 | 1010100 | 1000000 | 111110 |
Color Harmonies of #ABDC60
Complementary color
Monochromatic Colors of #ABDC60
Black with #ABDC60
Text Example
Text Example
White with #ABDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC60; }
p { color: rgb(171,220,96); }
H1.HeaderClassName
{
color: #ABDC60;
}
.AnyTagClassName
{
color: #ABDC60;
}
</style>
background-color css
<style>
a { background-color: #ABDC60; }
a { background-color: rgb(171,220,96); }
div.DivClassName
{
background-color: #ABDC60;
}
.BgClassName
{
background-color: #ABDC60;
}
</style>
border-color css
<style>
span { border-color: #ABDC60; }
span { border-color: rgb(171,220,96); }
td.TdClassName
{
border-color: #ABDC60;
}
.TagClassName
{
border-color: #ABDC60;
}
</style>