Shades of Conifer #ABF059
Tints of Conifer #ABF059
RGB
CMYK
RGB Variations
Color information
#ABF059 (or 0xABF059) is known color: Conifer. HEX triplet: AB, F0 and 59. RGB value is (171,240,89). Sum of RGB (Red+Green+Blue) = 171+240+89=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF059 is #540FA6. Grayscale: #CACACA. Windows color (decimal): -5509031 or 5894315. OLE color: 5894315.
HSL color Cylindrical-coordinate representation of color #ABF059: hue angle of 87.42º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABF059 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 89 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.06 |
| HSL | 87.42º | 0.83% | 0.65% | - |
| HSV(B) | 87.42º | 0.63% | 0.94% | - |
| XYZ | 49.76 | 71.7 | 20.67 | - |
| YUV | 202.16 | 64.14 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 89 | 0.29 | 0 | 0.63 | 0.06 | 87.42 | 0.83 | 0.65 |
| Hex | AB | F0 | 59 | 1D | 0 | 3F | 6 | 57 | 53 | 41 |
| Octal | 253 | 360 | 131 | 35 | 0 | 77 | 6 | 127 | 123 | 101 |
| Binary | 10101011 | 11110000 | 1011001 | 11101 | 0 | 111111 | 110 | 1010111 | 1010011 | 1000001 |
Color Harmonies of #ABF059
Complementary color
Monochromatic Colors of #ABF059
Black with #ABF059
Text Example
Text Example
White with #ABF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF059; }
p { color: rgb(171,240,89); }
H1.HeaderClassName
{
color: #ABF059;
}
.AnyTagClassName
{
color: #ABF059;
}
</style>
background-color css
<style>
a { background-color: #ABF059; }
a { background-color: rgb(171,240,89); }
div.DivClassName
{
background-color: #ABF059;
}
.BgClassName
{
background-color: #ABF059;
}
</style>
border-color css
<style>
span { border-color: #ABF059; }
span { border-color: rgb(171,240,89); }
td.TdClassName
{
border-color: #ABF059;
}
.TagClassName
{
border-color: #ABF059;
}
</style>