Shades of Conifer #ABF866
Tints of Conifer #ABF866
RGB
CMYK
RGB Variations
Color information
#ABF866 (or 0xABF866) is known color: Conifer. HEX triplet: AB, F8 and 66. RGB value is (171,248,102). Sum of RGB (Red+Green+Blue) = 171+248+102=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF866 is #540799. Grayscale: #D0D0D0. Windows color (decimal): -5506970 or 6748331. OLE color: 6748331.
HSL color Cylindrical-coordinate representation of color #ABF866: hue angle of 91.64º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABF866 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 248 | 102 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.03 |
| HSL | 91.64º | 0.91% | 0.69% | - |
| HSV(B) | 91.64º | 0.59% | 0.97% | - |
| XYZ | 52.76 | 76.75 | 24.6 | - |
| YUV | 208.33 | 67.99 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 248 | 102 | 0.31 | 0 | 0.59 | 0.03 | 91.64 | 0.91 | 0.69 |
| Hex | AB | F8 | 66 | 1F | 0 | 3B | 3 | 5C | 5B | 45 |
| Octal | 253 | 370 | 146 | 37 | 0 | 73 | 3 | 134 | 133 | 105 |
| Binary | 10101011 | 11111000 | 1100110 | 11111 | 0 | 111011 | 11 | 1011100 | 1011011 | 1000101 |
Color Harmonies of #ABF866
Complementary color
Monochromatic Colors of #ABF866
Black with #ABF866
Text Example
Text Example
White with #ABF866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF866; }
p { color: rgb(171,248,102); }
H1.HeaderClassName
{
color: #ABF866;
}
.AnyTagClassName
{
color: #ABF866;
}
</style>
background-color css
<style>
a { background-color: #ABF866; }
a { background-color: rgb(171,248,102); }
div.DivClassName
{
background-color: #ABF866;
}
.BgClassName
{
background-color: #ABF866;
}
</style>
border-color css
<style>
span { border-color: #ABF866; }
span { border-color: rgb(171,248,102); }
td.TdClassName
{
border-color: #ABF866;
}
.TagClassName
{
border-color: #ABF866;
}
</style>