Shades of Conifer #ABDA63
Tints of Conifer #ABDA63
RGB
CMYK
RGB Variations
Color information
#ABDA63 (or 0xABDA63) is known color: Conifer. HEX triplet: AB, DA and 63. RGB value is (171,218,99). Sum of RGB (Red+Green+Blue) = 171+218+99=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA63 is #54259C. Grayscale: #BEBEBE. Windows color (decimal): -5514653 or 6544043. OLE color: 6544043.
HSL color Cylindrical-coordinate representation of color #ABDA63: hue angle of 83.7º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABDA63 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 99 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.15 |
| HSL | 83.7º | 0.62% | 0.62% | - |
| HSV(B) | 83.7º | 0.55% | 0.85% | - |
| XYZ | 44.12 | 59.7 | 21 | - |
| YUV | 190.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 99 | 0.22 | 0 | 0.55 | 0.15 | 83.7 | 0.62 | 0.62 |
| Hex | AB | DA | 63 | 16 | 0 | 37 | F | 54 | 3E | 3E |
| Octal | 253 | 332 | 143 | 26 | 0 | 67 | 17 | 124 | 76 | 76 |
| Binary | 10101011 | 11011010 | 1100011 | 10110 | 0 | 110111 | 1111 | 1010100 | 111110 | 111110 |
Color Harmonies of #ABDA63
Complementary color
Monochromatic Colors of #ABDA63
Black with #ABDA63
Text Example
Text Example
White with #ABDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA63; }
p { color: rgb(171,218,99); }
H1.HeaderClassName
{
color: #ABDA63;
}
.AnyTagClassName
{
color: #ABDA63;
}
</style>
background-color css
<style>
a { background-color: #ABDA63; }
a { background-color: rgb(171,218,99); }
div.DivClassName
{
background-color: #ABDA63;
}
.BgClassName
{
background-color: #ABDA63;
}
</style>
border-color css
<style>
span { border-color: #ABDA63; }
span { border-color: rgb(171,218,99); }
td.TdClassName
{
border-color: #ABDA63;
}
.TagClassName
{
border-color: #ABDA63;
}
</style>