Shades of Conifer #ABF663
Tints of Conifer #ABF663
RGB
CMYK
RGB Variations
Color information
#ABF663 (or 0xABF663) is known color: Conifer. HEX triplet: AB, F6 and 63. RGB value is (171,246,99). Sum of RGB (Red+Green+Blue) = 171+246+99=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF663 is #54099C. Grayscale: #CFCFCF. Windows color (decimal): -5507485 or 6551211. OLE color: 6551211.
HSL color Cylindrical-coordinate representation of color #ABF663: hue angle of 90.61º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABF663 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 99 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 90.61º | 0.89% | 0.68% | - |
| HSV(B) | 90.61º | 0.6% | 0.96% | - |
| XYZ | 52 | 75.47 | 23.63 | - |
| YUV | 206.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 99 | 0.30 | 0 | 0.60 | 0.04 | 90.61 | 0.89 | 0.68 |
| Hex | AB | F6 | 63 | 1E | 0 | 3C | 4 | 5B | 59 | 44 |
| Octal | 253 | 366 | 143 | 36 | 0 | 74 | 4 | 133 | 131 | 104 |
| Binary | 10101011 | 11110110 | 1100011 | 11110 | 0 | 111100 | 100 | 1011011 | 1011001 | 1000100 |
Color Harmonies of #ABF663
Complementary color
Monochromatic Colors of #ABF663
Black with #ABF663
Text Example
Text Example
White with #ABF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF663; }
p { color: rgb(171,246,99); }
H1.HeaderClassName
{
color: #ABF663;
}
.AnyTagClassName
{
color: #ABF663;
}
</style>
background-color css
<style>
a { background-color: #ABF663; }
a { background-color: rgb(171,246,99); }
div.DivClassName
{
background-color: #ABF663;
}
.BgClassName
{
background-color: #ABF663;
}
</style>
border-color css
<style>
span { border-color: #ABF663; }
span { border-color: rgb(171,246,99); }
td.TdClassName
{
border-color: #ABF663;
}
.TagClassName
{
border-color: #ABF663;
}
</style>