Shades of Conifer #ABDC5C
Tints of Conifer #ABDC5C
RGB
CMYK
RGB Variations
Color information
#ABDC5C (or 0xABDC5C) is known color: Conifer. HEX triplet: AB, DC and 5C. RGB value is (171,220,92). Sum of RGB (Red+Green+Blue) = 171+220+92=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5C is #5423A3. Grayscale: #BFBFBF. Windows color (decimal): -5514148 or 6085803. OLE color: 6085803.
HSL color Cylindrical-coordinate representation of color #ABDC5C: hue angle of 82.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABDC5C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 92 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.14 |
| HSL | 82.97º | 0.65% | 0.61% | - |
| HSV(B) | 82.97º | 0.58% | 0.86% | - |
| XYZ | 44.32 | 60.62 | 19.49 | - |
| YUV | 190.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 92 | 0.22 | 0 | 0.58 | 0.14 | 82.97 | 0.65 | 0.61 |
| Hex | AB | DC | 5C | 16 | 0 | 3A | E | 53 | 41 | 3D |
| Octal | 253 | 334 | 134 | 26 | 0 | 72 | 16 | 123 | 101 | 75 |
| Binary | 10101011 | 11011100 | 1011100 | 10110 | 0 | 111010 | 1110 | 1010011 | 1000001 | 111101 |
Color Harmonies of #ABDC5C
Complementary color
Monochromatic Colors of #ABDC5C
Black with #ABDC5C
Text Example
Text Example
White with #ABDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC5C; }
p { color: rgb(171,220,92); }
H1.HeaderClassName
{
color: #ABDC5C;
}
.AnyTagClassName
{
color: #ABDC5C;
}
</style>
background-color css
<style>
a { background-color: #ABDC5C; }
a { background-color: rgb(171,220,92); }
div.DivClassName
{
background-color: #ABDC5C;
}
.BgClassName
{
background-color: #ABDC5C;
}
</style>
border-color css
<style>
span { border-color: #ABDC5C; }
span { border-color: rgb(171,220,92); }
td.TdClassName
{
border-color: #ABDC5C;
}
.TagClassName
{
border-color: #ABDC5C;
}
</style>