Shades of Conifer #ABFF60
Tints of Conifer #ABFF60
RGB
CMYK
RGB Variations
Color information
#ABFF60 (or 0xABFF60) is known color: Conifer. HEX triplet: AB, FF and 60. RGB value is (171,255,96). Sum of RGB (Red+Green+Blue) = 171+255+96=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF60 is #54009F. Grayscale: #D4D4D4. Windows color (decimal): -5505184 or 6356907. OLE color: 6356907.
HSL color Cylindrical-coordinate representation of color #ABFF60: hue angle of 91.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABFF60 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 96 | - |
| CMYK | 0.33 | 0 | 0.62 | 0 |
| HSL | 91.7º | 1% | 0.69% | - |
| HSV(B) | 91.7º | 0.62% | 1% | - |
| XYZ | 54.67 | 81.02 | 23.82 | - |
| YUV | 211.76 | 62.67 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 96 | 0.33 | 0 | 0.62 | 0 | 91.7 | 1 | 0.69 |
| Hex | AB | FF | 60 | 21 | 0 | 3E | 0 | 5C | 64 | 45 |
| Octal | 253 | 377 | 140 | 41 | 0 | 76 | 0 | 134 | 144 | 105 |
| Binary | 10101011 | 11111111 | 1100000 | 100001 | 0 | 111110 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #ABFF60
Complementary color
Monochromatic Colors of #ABFF60
Black with #ABFF60
Text Example
Text Example
White with #ABFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF60; }
p { color: rgb(171,255,96); }
H1.HeaderClassName
{
color: #ABFF60;
}
.AnyTagClassName
{
color: #ABFF60;
}
</style>
background-color css
<style>
a { background-color: #ABFF60; }
a { background-color: rgb(171,255,96); }
div.DivClassName
{
background-color: #ABFF60;
}
.BgClassName
{
background-color: #ABFF60;
}
</style>
border-color css
<style>
span { border-color: #ABFF60; }
span { border-color: rgb(171,255,96); }
td.TdClassName
{
border-color: #ABFF60;
}
.TagClassName
{
border-color: #ABFF60;
}
</style>