Shades of Conifer #ABD953
Tints of Conifer #ABD953
RGB
CMYK
RGB Variations
Color information
#ABD953 (or 0xABD953) is known color: Conifer. HEX triplet: AB, D9 and 53. RGB value is (171,217,83). Sum of RGB (Red+Green+Blue) = 171+217+83=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD953 is #5426AC. Grayscale: #BCBCBC. Windows color (decimal): -5514925 or 5495211. OLE color: 5495211.
HSL color Cylindrical-coordinate representation of color #ABD953: hue angle of 80.6º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABD953 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 217 | 83 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.15 |
| HSL | 80.6º | 0.64% | 0.59% | - |
| HSV(B) | 80.6º | 0.62% | 0.85% | - |
| XYZ | 43.17 | 58.91 | 17.28 | - |
| YUV | 187.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 83 | 0.21 | 0 | 0.62 | 0.15 | 80.6 | 0.64 | 0.59 |
| Hex | AB | D9 | 53 | 15 | 0 | 3E | F | 51 | 40 | 3B |
| Octal | 253 | 331 | 123 | 25 | 0 | 76 | 17 | 121 | 100 | 73 |
| Binary | 10101011 | 11011001 | 1010011 | 10101 | 0 | 111110 | 1111 | 1010001 | 1000000 | 111011 |
Color Harmonies of #ABD953
Complementary color
Monochromatic Colors of #ABD953
Black with #ABD953
Text Example
Text Example
White with #ABD953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD953; }
p { color: rgb(171,217,83); }
H1.HeaderClassName
{
color: #ABD953;
}
.AnyTagClassName
{
color: #ABD953;
}
</style>
background-color css
<style>
a { background-color: #ABD953; }
a { background-color: rgb(171,217,83); }
div.DivClassName
{
background-color: #ABD953;
}
.BgClassName
{
background-color: #ABD953;
}
</style>
border-color css
<style>
span { border-color: #ABD953; }
span { border-color: rgb(171,217,83); }
td.TdClassName
{
border-color: #ABD953;
}
.TagClassName
{
border-color: #ABD953;
}
</style>