Shades of Conifer #ABFE60
Tints of Conifer #ABFE60
RGB
CMYK
RGB Variations
Color information
#ABFE60 (or 0xABFE60) is known color: Conifer. HEX triplet: AB, FE and 60. RGB value is (171,254,96). Sum of RGB (Red+Green+Blue) = 171+254+96=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE60 is #54019F. Grayscale: #D3D3D3. Windows color (decimal): -5505440 or 6356651. OLE color: 6356651.
HSL color Cylindrical-coordinate representation of color #ABFE60: hue angle of 91.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABFE60 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 96 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.00 |
| HSL | 91.52º | 0.99% | 0.69% | - |
| HSV(B) | 91.52º | 0.62% | 1% | - |
| XYZ | 54.35 | 80.39 | 23.72 | - |
| YUV | 211.17 | 63 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 96 | 0.33 | 0 | 0.62 | 0.00 | 91.52 | 0.99 | 0.69 |
| Hex | AB | FE | 60 | 21 | 0 | 3E | 0 | 5C | 63 | 45 |
| Octal | 253 | 376 | 140 | 41 | 0 | 76 | 0 | 134 | 143 | 105 |
| Binary | 10101011 | 11111110 | 1100000 | 100001 | 0 | 111110 | 0 | 1011100 | 1100011 | 1000101 |
Color Harmonies of #ABFE60
Complementary color
Monochromatic Colors of #ABFE60
Black with #ABFE60
Text Example
Text Example
White with #ABFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE60; }
p { color: rgb(171,254,96); }
H1.HeaderClassName
{
color: #ABFE60;
}
.AnyTagClassName
{
color: #ABFE60;
}
</style>
background-color css
<style>
a { background-color: #ABFE60; }
a { background-color: rgb(171,254,96); }
div.DivClassName
{
background-color: #ABFE60;
}
.BgClassName
{
background-color: #ABFE60;
}
</style>
border-color css
<style>
span { border-color: #ABFE60; }
span { border-color: rgb(171,254,96); }
td.TdClassName
{
border-color: #ABFE60;
}
.TagClassName
{
border-color: #ABFE60;
}
</style>