Shades of Conifer #ABD55D
Tints of Conifer #ABD55D
RGB
CMYK
RGB Variations
Color information
#ABD55D (or 0xABD55D) is known color: Conifer. HEX triplet: AB, D5 and 5D. RGB value is (171,213,93). Sum of RGB (Red+Green+Blue) = 171+213+93=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD55D is #542AA2. Grayscale: #BBBBBB. Windows color (decimal): -5515939 or 6149547. OLE color: 6149547.
HSL color Cylindrical-coordinate representation of color #ABD55D: hue angle of 81º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABD55D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 213 | 93 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.16 |
| HSL | 81º | 0.59% | 0.6% | - |
| HSV(B) | 81º | 0.56% | 0.84% | - |
| XYZ | 42.56 | 57.04 | 19.12 | - |
| YUV | 186.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 213 | 93 | 0.20 | 0 | 0.56 | 0.16 | 81 | 0.59 | 0.6 |
| Hex | AB | D5 | 5D | 14 | 0 | 38 | 10 | 51 | 3B | 3C |
| Octal | 253 | 325 | 135 | 24 | 0 | 70 | 20 | 121 | 73 | 74 |
| Binary | 10101011 | 11010101 | 1011101 | 10100 | 0 | 111000 | 10000 | 1010001 | 111011 | 111100 |
Color Harmonies of #ABD55D
Complementary color
Monochromatic Colors of #ABD55D
Black with #ABD55D
Text Example
Text Example
White with #ABD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD55D; }
p { color: rgb(171,213,93); }
H1.HeaderClassName
{
color: #ABD55D;
}
.AnyTagClassName
{
color: #ABD55D;
}
</style>
background-color css
<style>
a { background-color: #ABD55D; }
a { background-color: rgb(171,213,93); }
div.DivClassName
{
background-color: #ABD55D;
}
.BgClassName
{
background-color: #ABD55D;
}
</style>
border-color css
<style>
span { border-color: #ABD55D; }
span { border-color: rgb(171,213,93); }
td.TdClassName
{
border-color: #ABD55D;
}
.TagClassName
{
border-color: #ABD55D;
}
</style>