Shades of Conifer #ABDC54
Tints of Conifer #ABDC54
RGB
CMYK
RGB Variations
Color information
#ABDC54 (or 0xABDC54) is known color: Conifer. HEX triplet: AB, DC and 54. RGB value is (171,220,84). Sum of RGB (Red+Green+Blue) = 171+220+84=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC54 is #5423AB. Grayscale: #BEBEBE. Windows color (decimal): -5514156 or 5561515. OLE color: 5561515.
HSL color Cylindrical-coordinate representation of color #ABDC54: hue angle of 81.62º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABDC54 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 84 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.14 |
| HSL | 81.62º | 0.66% | 0.6% | - |
| HSV(B) | 81.62º | 0.62% | 0.86% | - |
| XYZ | 43.99 | 60.48 | 17.74 | - |
| YUV | 189.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 84 | 0.22 | 0 | 0.62 | 0.14 | 81.62 | 0.66 | 0.6 |
| Hex | AB | DC | 54 | 16 | 0 | 3E | E | 52 | 42 | 3C |
| Octal | 253 | 334 | 124 | 26 | 0 | 76 | 16 | 122 | 102 | 74 |
| Binary | 10101011 | 11011100 | 1010100 | 10110 | 0 | 111110 | 1110 | 1010010 | 1000010 | 111100 |
Color Harmonies of #ABDC54
Complementary color
Monochromatic Colors of #ABDC54
Black with #ABDC54
Text Example
Text Example
White with #ABDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC54; }
p { color: rgb(171,220,84); }
H1.HeaderClassName
{
color: #ABDC54;
}
.AnyTagClassName
{
color: #ABDC54;
}
</style>
background-color css
<style>
a { background-color: #ABDC54; }
a { background-color: rgb(171,220,84); }
div.DivClassName
{
background-color: #ABDC54;
}
.BgClassName
{
background-color: #ABDC54;
}
</style>
border-color css
<style>
span { border-color: #ABDC54; }
span { border-color: rgb(171,220,84); }
td.TdClassName
{
border-color: #ABDC54;
}
.TagClassName
{
border-color: #ABDC54;
}
</style>