Shades of Conifer #ABDC46
Tints of Conifer #ABDC46
RGB
CMYK
RGB Variations
Color information
#ABDC46 (or 0xABDC46) is known color: Conifer. HEX triplet: AB, DC and 46. RGB value is (171,220,70). Sum of RGB (Red+Green+Blue) = 171+220+70=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC46 is #5423B9. Grayscale: #BCBCBC. Windows color (decimal): -5514170 or 4644011. OLE color: 4644011.
HSL color Cylindrical-coordinate representation of color #ABDC46: hue angle of 79.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABDC46 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 70 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.14 |
| HSL | 79.6º | 0.68% | 0.57% | - |
| HSV(B) | 79.6º | 0.68% | 0.86% | - |
| XYZ | 43.49 | 60.29 | 15.14 | - |
| YUV | 188.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 70 | 0.22 | 0 | 0.68 | 0.14 | 79.6 | 0.68 | 0.57 |
| Hex | AB | DC | 46 | 16 | 0 | 44 | E | 50 | 44 | 39 |
| Octal | 253 | 334 | 106 | 26 | 0 | 104 | 16 | 120 | 104 | 71 |
| Binary | 10101011 | 11011100 | 1000110 | 10110 | 0 | 1000100 | 1110 | 1010000 | 1000100 | 111001 |
Color Harmonies of #ABDC46
Complementary color
Monochromatic Colors of #ABDC46
Black with #ABDC46
Text Example
Text Example
White with #ABDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC46; }
p { color: rgb(171,220,70); }
H1.HeaderClassName
{
color: #ABDC46;
}
.AnyTagClassName
{
color: #ABDC46;
}
</style>
background-color css
<style>
a { background-color: #ABDC46; }
a { background-color: rgb(171,220,70); }
div.DivClassName
{
background-color: #ABDC46;
}
.BgClassName
{
background-color: #ABDC46;
}
</style>
border-color css
<style>
span { border-color: #ABDC46; }
span { border-color: rgb(171,220,70); }
td.TdClassName
{
border-color: #ABDC46;
}
.TagClassName
{
border-color: #ABDC46;
}
</style>