Shades of Conifer #ABFC5A
Tints of Conifer #ABFC5A
RGB
CMYK
RGB Variations
Color information
#ABFC5A (or 0xABFC5A) is known color: Conifer. HEX triplet: AB, FC and 5A. RGB value is (171,252,90). Sum of RGB (Red+Green+Blue) = 171+252+90=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC5A is #5403A5. Grayscale: #D1D1D1. Windows color (decimal): -5505958 or 5962923. OLE color: 5962923.
HSL color Cylindrical-coordinate representation of color #ABFC5A: hue angle of 90º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABFC5A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 90 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.01 |
| HSL | 90º | 0.96% | 0.67% | - |
| HSV(B) | 90º | 0.64% | 0.99% | - |
| XYZ | 53.45 | 79.02 | 22.11 | - |
| YUV | 209.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 90 | 0.32 | 0 | 0.64 | 0.01 | 90 | 0.96 | 0.67 |
| Hex | AB | FC | 5A | 20 | 0 | 40 | 1 | 5A | 60 | 43 |
| Octal | 253 | 374 | 132 | 40 | 0 | 100 | 1 | 132 | 140 | 103 |
| Binary | 10101011 | 11111100 | 1011010 | 100000 | 0 | 1000000 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #ABFC5A
Complementary color
Monochromatic Colors of #ABFC5A
Black with #ABFC5A
Text Example
Text Example
White with #ABFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC5A; }
p { color: rgb(171,252,90); }
H1.HeaderClassName
{
color: #ABFC5A;
}
.AnyTagClassName
{
color: #ABFC5A;
}
</style>
background-color css
<style>
a { background-color: #ABFC5A; }
a { background-color: rgb(171,252,90); }
div.DivClassName
{
background-color: #ABFC5A;
}
.BgClassName
{
background-color: #ABFC5A;
}
</style>
border-color css
<style>
span { border-color: #ABFC5A; }
span { border-color: rgb(171,252,90); }
td.TdClassName
{
border-color: #ABFC5A;
}
.TagClassName
{
border-color: #ABFC5A;
}
</style>