Shades of Conifer #ABCF5E
Tints of Conifer #ABCF5E
RGB
CMYK
RGB Variations
Color information
#ABCF5E (or 0xABCF5E) is known color: Conifer. HEX triplet: AB, CF and 5E. RGB value is (171,207,94). Sum of RGB (Red+Green+Blue) = 171+207+94=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF5E is #5430A1. Grayscale: #B7B7B7. Windows color (decimal): -5517474 or 6213547. OLE color: 6213547.
HSL color Cylindrical-coordinate representation of color #ABCF5E: hue angle of 79.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABCF5E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 94 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.19 |
| HSL | 79.12º | 0.54% | 0.59% | - |
| HSV(B) | 79.12º | 0.55% | 0.81% | - |
| XYZ | 41.13 | 54.09 | 18.86 | - |
| YUV | 183.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 94 | 0.17 | 0 | 0.55 | 0.19 | 79.12 | 0.54 | 0.59 |
| Hex | AB | CF | 5E | 11 | 0 | 37 | 13 | 4F | 36 | 3B |
| Octal | 253 | 317 | 136 | 21 | 0 | 67 | 23 | 117 | 66 | 73 |
| Binary | 10101011 | 11001111 | 1011110 | 10001 | 0 | 110111 | 10011 | 1001111 | 110110 | 111011 |
Color Harmonies of #ABCF5E
Complementary color
Monochromatic Colors of #ABCF5E
Black with #ABCF5E
Text Example
Text Example
White with #ABCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF5E; }
p { color: rgb(171,207,94); }
H1.HeaderClassName
{
color: #ABCF5E;
}
.AnyTagClassName
{
color: #ABCF5E;
}
</style>
background-color css
<style>
a { background-color: #ABCF5E; }
a { background-color: rgb(171,207,94); }
div.DivClassName
{
background-color: #ABCF5E;
}
.BgClassName
{
background-color: #ABCF5E;
}
</style>
border-color css
<style>
span { border-color: #ABCF5E; }
span { border-color: rgb(171,207,94); }
td.TdClassName
{
border-color: #ABCF5E;
}
.TagClassName
{
border-color: #ABCF5E;
}
</style>