Shades of Conifer #ABFA5B
Tints of Conifer #ABFA5B
RGB
CMYK
RGB Variations
Color information
#ABFA5B (or 0xABFA5B) is known color: Conifer. HEX triplet: AB, FA and 5B. RGB value is (171,250,91). Sum of RGB (Red+Green+Blue) = 171+250+91=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFA5B is #5405A4. Grayscale: #D0D0D0. Windows color (decimal): -5506469 or 6027947. OLE color: 6027947.
HSL color Cylindrical-coordinate representation of color #ABFA5B: hue angle of 89.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABFA5B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 91 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.02 |
| HSL | 89.81º | 0.94% | 0.67% | - |
| HSV(B) | 89.81º | 0.64% | 0.98% | - |
| XYZ | 52.87 | 77.78 | 22.12 | - |
| YUV | 208.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 91 | 0.32 | 0 | 0.64 | 0.02 | 89.81 | 0.94 | 0.67 |
| Hex | AB | FA | 5B | 20 | 0 | 40 | 2 | 5A | 5E | 43 |
| Octal | 253 | 372 | 133 | 40 | 0 | 100 | 2 | 132 | 136 | 103 |
| Binary | 10101011 | 11111010 | 1011011 | 100000 | 0 | 1000000 | 10 | 1011010 | 1011110 | 1000011 |
Color Harmonies of #ABFA5B
Complementary color
Monochromatic Colors of #ABFA5B
Black with #ABFA5B
Text Example
Text Example
White with #ABFA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA5B; }
p { color: rgb(171,250,91); }
H1.HeaderClassName
{
color: #ABFA5B;
}
.AnyTagClassName
{
color: #ABFA5B;
}
</style>
background-color css
<style>
a { background-color: #ABFA5B; }
a { background-color: rgb(171,250,91); }
div.DivClassName
{
background-color: #ABFA5B;
}
.BgClassName
{
background-color: #ABFA5B;
}
</style>
border-color css
<style>
span { border-color: #ABFA5B; }
span { border-color: rgb(171,250,91); }
td.TdClassName
{
border-color: #ABFA5B;
}
.TagClassName
{
border-color: #ABFA5B;
}
</style>