Shades of Conifer #ABF163
Tints of Conifer #ABF163
RGB
CMYK
RGB Variations
Color information
#ABF163 (or 0xABF163) is known color: Conifer. HEX triplet: AB, F1 and 63. RGB value is (171,241,99). Sum of RGB (Red+Green+Blue) = 171+241+99=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF163 is #540E9C. Grayscale: #CCCCCC. Windows color (decimal): -5508765 or 6549931. OLE color: 6549931.
HSL color Cylindrical-coordinate representation of color #ABF163: hue angle of 89.58º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABF163 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 99 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 89.58º | 0.84% | 0.67% | - |
| HSV(B) | 89.58º | 0.59% | 0.95% | - |
| XYZ | 50.5 | 72.47 | 23.13 | - |
| YUV | 203.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 99 | 0.29 | 0 | 0.59 | 0.05 | 89.58 | 0.84 | 0.67 |
| Hex | AB | F1 | 63 | 1D | 0 | 3B | 5 | 5A | 54 | 43 |
| Octal | 253 | 361 | 143 | 35 | 0 | 73 | 5 | 132 | 124 | 103 |
| Binary | 10101011 | 11110001 | 1100011 | 11101 | 0 | 111011 | 101 | 1011010 | 1010100 | 1000011 |
Color Harmonies of #ABF163
Complementary color
Monochromatic Colors of #ABF163
Black with #ABF163
Text Example
Text Example
White with #ABF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF163; }
p { color: rgb(171,241,99); }
H1.HeaderClassName
{
color: #ABF163;
}
.AnyTagClassName
{
color: #ABF163;
}
</style>
background-color css
<style>
a { background-color: #ABF163; }
a { background-color: rgb(171,241,99); }
div.DivClassName
{
background-color: #ABF163;
}
.BgClassName
{
background-color: #ABF163;
}
</style>
border-color css
<style>
span { border-color: #ABF163; }
span { border-color: rgb(171,241,99); }
td.TdClassName
{
border-color: #ABF163;
}
.TagClassName
{
border-color: #ABF163;
}
</style>