Shades of Conifer #ABCF49
Tints of Conifer #ABCF49
RGB
CMYK
RGB Variations
Color information
#ABCF49 (or 0xABCF49) is known color: Conifer. HEX triplet: AB, CF and 49. RGB value is (171,207,73). Sum of RGB (Red+Green+Blue) = 171+207+73=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF49 is #5430B6. Grayscale: #B5B5B5. Windows color (decimal): -5517495 or 4837291. OLE color: 4837291.
HSL color Cylindrical-coordinate representation of color #ABCF49: hue angle of 76.12º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABCF49 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 73 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.19 |
| HSL | 76.12º | 0.58% | 0.55% | - |
| HSV(B) | 76.12º | 0.65% | 0.81% | - |
| XYZ | 40.31 | 53.76 | 14.56 | - |
| YUV | 180.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 73 | 0.17 | 0 | 0.65 | 0.19 | 76.12 | 0.58 | 0.55 |
| Hex | AB | CF | 49 | 11 | 0 | 41 | 13 | 4C | 3A | 37 |
| Octal | 253 | 317 | 111 | 21 | 0 | 101 | 23 | 114 | 72 | 67 |
| Binary | 10101011 | 11001111 | 1001001 | 10001 | 0 | 1000001 | 10011 | 1001100 | 111010 | 110111 |
Color Harmonies of #ABCF49
Complementary color
Monochromatic Colors of #ABCF49
Black with #ABCF49
Text Example
Text Example
White with #ABCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF49; }
p { color: rgb(171,207,73); }
H1.HeaderClassName
{
color: #ABCF49;
}
.AnyTagClassName
{
color: #ABCF49;
}
</style>
background-color css
<style>
a { background-color: #ABCF49; }
a { background-color: rgb(171,207,73); }
div.DivClassName
{
background-color: #ABCF49;
}
.BgClassName
{
background-color: #ABCF49;
}
</style>
border-color css
<style>
span { border-color: #ABCF49; }
span { border-color: rgb(171,207,73); }
td.TdClassName
{
border-color: #ABCF49;
}
.TagClassName
{
border-color: #ABCF49;
}
</style>