Shades of Conifer #ABFF5A
Tints of Conifer #ABFF5A
RGB
CMYK
RGB Variations
Color information
#ABFF5A (or 0xABFF5A) is known color: Conifer. HEX triplet: AB, FF and 5A. RGB value is (171,255,90). Sum of RGB (Red+Green+Blue) = 171+255+90=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF5A is #5400A5. Grayscale: #D3D3D3. Windows color (decimal): -5505190 or 5963691. OLE color: 5963691.
HSL color Cylindrical-coordinate representation of color #ABFF5A: hue angle of 90.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABFF5A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 90 | - |
| CMYK | 0.33 | 0 | 0.65 | 0 |
| HSL | 90.55º | 1% | 0.68% | - |
| HSV(B) | 90.55º | 0.65% | 1% | - |
| XYZ | 54.4 | 80.92 | 22.42 | - |
| YUV | 211.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 90 | 0.33 | 0 | 0.65 | 0 | 90.55 | 1 | 0.68 |
| Hex | AB | FF | 5A | 21 | 0 | 41 | 0 | 5B | 64 | 44 |
| Octal | 253 | 377 | 132 | 41 | 0 | 101 | 0 | 133 | 144 | 104 |
| Binary | 10101011 | 11111111 | 1011010 | 100001 | 0 | 1000001 | 0 | 1011011 | 1100100 | 1000100 |
Color Harmonies of #ABFF5A
Complementary color
Monochromatic Colors of #ABFF5A
Black with #ABFF5A
Text Example
Text Example
White with #ABFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF5A; }
p { color: rgb(171,255,90); }
H1.HeaderClassName
{
color: #ABFF5A;
}
.AnyTagClassName
{
color: #ABFF5A;
}
</style>
background-color css
<style>
a { background-color: #ABFF5A; }
a { background-color: rgb(171,255,90); }
div.DivClassName
{
background-color: #ABFF5A;
}
.BgClassName
{
background-color: #ABFF5A;
}
</style>
border-color css
<style>
span { border-color: #ABFF5A; }
span { border-color: rgb(171,255,90); }
td.TdClassName
{
border-color: #ABFF5A;
}
.TagClassName
{
border-color: #ABFF5A;
}
</style>