Shades of Conifer #ABF85E
Tints of Conifer #ABF85E
RGB
CMYK
RGB Variations
Color information
#ABF85E (or 0xABF85E) is known color: Conifer. HEX triplet: AB, F8 and 5E. RGB value is (171,248,94). Sum of RGB (Red+Green+Blue) = 171+248+94=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF85E is #5407A1. Grayscale: #CFCFCF. Windows color (decimal): -5506978 or 6224043. OLE color: 6224043.
HSL color Cylindrical-coordinate representation of color #ABF85E: hue angle of 90º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABF85E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 248 | 94 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.03 |
| HSL | 90º | 0.92% | 0.67% | - |
| HSV(B) | 90º | 0.62% | 0.97% | - |
| XYZ | 52.38 | 76.6 | 22.61 | - |
| YUV | 207.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 248 | 94 | 0.31 | 0 | 0.62 | 0.03 | 90 | 0.92 | 0.67 |
| Hex | AB | F8 | 5E | 1F | 0 | 3E | 3 | 5A | 5C | 43 |
| Octal | 253 | 370 | 136 | 37 | 0 | 76 | 3 | 132 | 134 | 103 |
| Binary | 10101011 | 11111000 | 1011110 | 11111 | 0 | 111110 | 11 | 1011010 | 1011100 | 1000011 |
Color Harmonies of #ABF85E
Complementary color
Monochromatic Colors of #ABF85E
Black with #ABF85E
Text Example
Text Example
White with #ABF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF85E; }
p { color: rgb(171,248,94); }
H1.HeaderClassName
{
color: #ABF85E;
}
.AnyTagClassName
{
color: #ABF85E;
}
</style>
background-color css
<style>
a { background-color: #ABF85E; }
a { background-color: rgb(171,248,94); }
div.DivClassName
{
background-color: #ABF85E;
}
.BgClassName
{
background-color: #ABF85E;
}
</style>
border-color css
<style>
span { border-color: #ABF85E; }
span { border-color: rgb(171,248,94); }
td.TdClassName
{
border-color: #ABF85E;
}
.TagClassName
{
border-color: #ABF85E;
}
</style>