Shades of Conifer #ABD363
Tints of Conifer #ABD363
RGB
CMYK
RGB Variations
Color information
#ABD363 (or 0xABD363) is known color: Conifer. HEX triplet: AB, D3 and 63. RGB value is (171,211,99). Sum of RGB (Red+Green+Blue) = 171+211+99=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD363 is #542C9C. Grayscale: #BABABA. Windows color (decimal): -5516445 or 6542251. OLE color: 6542251.
HSL color Cylindrical-coordinate representation of color #ABD363: hue angle of 81.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABD363 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 99 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.17 |
| HSL | 81.43º | 0.56% | 0.61% | - |
| HSV(B) | 81.43º | 0.53% | 0.83% | - |
| XYZ | 42.34 | 56.15 | 20.41 | - |
| YUV | 186.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 99 | 0.19 | 0 | 0.53 | 0.17 | 81.43 | 0.56 | 0.61 |
| Hex | AB | D3 | 63 | 13 | 0 | 35 | 11 | 51 | 38 | 3D |
| Octal | 253 | 323 | 143 | 23 | 0 | 65 | 21 | 121 | 70 | 75 |
| Binary | 10101011 | 11010011 | 1100011 | 10011 | 0 | 110101 | 10001 | 1010001 | 111000 | 111101 |
Color Harmonies of #ABD363
Complementary color
Monochromatic Colors of #ABD363
Black with #ABD363
Text Example
Text Example
White with #ABD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD363; }
p { color: rgb(171,211,99); }
H1.HeaderClassName
{
color: #ABD363;
}
.AnyTagClassName
{
color: #ABD363;
}
</style>
background-color css
<style>
a { background-color: #ABD363; }
a { background-color: rgb(171,211,99); }
div.DivClassName
{
background-color: #ABD363;
}
.BgClassName
{
background-color: #ABD363;
}
</style>
border-color css
<style>
span { border-color: #ABD363; }
span { border-color: rgb(171,211,99); }
td.TdClassName
{
border-color: #ABD363;
}
.TagClassName
{
border-color: #ABD363;
}
</style>