Shades of Conifer #ABDA54
Tints of Conifer #ABDA54
RGB
CMYK
RGB Variations
Color information
#ABDA54 (or 0xABDA54) is known color: Conifer. HEX triplet: AB, DA and 54. RGB value is (171,218,84). Sum of RGB (Red+Green+Blue) = 171+218+84=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA54 is #5425AB. Grayscale: #BDBDBD. Windows color (decimal): -5514668 or 5561003. OLE color: 5561003.
HSL color Cylindrical-coordinate representation of color #ABDA54: hue angle of 81.04º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABDA54 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 84 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.15 |
| HSL | 81.04º | 0.64% | 0.59% | - |
| HSV(B) | 81.04º | 0.61% | 0.85% | - |
| XYZ | 43.47 | 59.44 | 17.57 | - |
| YUV | 188.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 84 | 0.22 | 0 | 0.61 | 0.15 | 81.04 | 0.64 | 0.59 |
| Hex | AB | DA | 54 | 16 | 0 | 3D | F | 51 | 40 | 3B |
| Octal | 253 | 332 | 124 | 26 | 0 | 75 | 17 | 121 | 100 | 73 |
| Binary | 10101011 | 11011010 | 1010100 | 10110 | 0 | 111101 | 1111 | 1010001 | 1000000 | 111011 |
Color Harmonies of #ABDA54
Complementary color
Monochromatic Colors of #ABDA54
Black with #ABDA54
Text Example
Text Example
White with #ABDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA54; }
p { color: rgb(171,218,84); }
H1.HeaderClassName
{
color: #ABDA54;
}
.AnyTagClassName
{
color: #ABDA54;
}
</style>
background-color css
<style>
a { background-color: #ABDA54; }
a { background-color: rgb(171,218,84); }
div.DivClassName
{
background-color: #ABDA54;
}
.BgClassName
{
background-color: #ABDA54;
}
</style>
border-color css
<style>
span { border-color: #ABDA54; }
span { border-color: rgb(171,218,84); }
td.TdClassName
{
border-color: #ABDA54;
}
.TagClassName
{
border-color: #ABDA54;
}
</style>