Shades of Conifer #ABF263
Tints of Conifer #ABF263
RGB
CMYK
RGB Variations
Color information
#ABF263 (or 0xABF263) is known color: Conifer. HEX triplet: AB, F2 and 63. RGB value is (171,242,99). Sum of RGB (Red+Green+Blue) = 171+242+99=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF263 is #540D9C. Grayscale: #CCCCCC. Windows color (decimal): -5508509 or 6550187. OLE color: 6550187.
HSL color Cylindrical-coordinate representation of color #ABF263: hue angle of 89.79º degrees, saturation: 0.85, 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 #ABF263 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 99 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 89.79º | 0.85% | 0.67% | - |
| HSV(B) | 89.79º | 0.59% | 0.95% | - |
| XYZ | 50.8 | 73.06 | 23.23 | - |
| YUV | 204.47 | 68.48 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 99 | 0.29 | 0 | 0.59 | 0.05 | 89.79 | 0.85 | 0.67 |
| Hex | AB | F2 | 63 | 1D | 0 | 3B | 5 | 5A | 55 | 43 |
| Octal | 253 | 362 | 143 | 35 | 0 | 73 | 5 | 132 | 125 | 103 |
| Binary | 10101011 | 11110010 | 1100011 | 11101 | 0 | 111011 | 101 | 1011010 | 1010101 | 1000011 |
Color Harmonies of #ABF263
Complementary color
Monochromatic Colors of #ABF263
Black with #ABF263
Text Example
Text Example
White with #ABF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF263; }
p { color: rgb(171,242,99); }
H1.HeaderClassName
{
color: #ABF263;
}
.AnyTagClassName
{
color: #ABF263;
}
</style>
background-color css
<style>
a { background-color: #ABF263; }
a { background-color: rgb(171,242,99); }
div.DivClassName
{
background-color: #ABF263;
}
.BgClassName
{
background-color: #ABF263;
}
</style>
border-color css
<style>
span { border-color: #ABF263; }
span { border-color: rgb(171,242,99); }
td.TdClassName
{
border-color: #ABF263;
}
.TagClassName
{
border-color: #ABF263;
}
</style>