Shades of Conifer #ABEC5C
Tints of Conifer #ABEC5C
RGB
CMYK
RGB Variations
Color information
#ABEC5C (or 0xABEC5C) is known color: Conifer. HEX triplet: AB, EC and 5C. RGB value is (171,236,92). Sum of RGB (Red+Green+Blue) = 171+236+92=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC5C is #5413A3. Grayscale: #C8C8C8. Windows color (decimal): -5510052 or 6089899. OLE color: 6089899.
HSL color Cylindrical-coordinate representation of color #ABEC5C: hue angle of 87.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABEC5C is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 92 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.07 |
| HSL | 87.08º | 0.79% | 0.64% | - |
| HSV(B) | 87.08º | 0.61% | 0.93% | - |
| XYZ | 48.72 | 69.42 | 20.96 | - |
| YUV | 200.15 | 66.97 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 92 | 0.28 | 0 | 0.61 | 0.07 | 87.08 | 0.79 | 0.64 |
| Hex | AB | EC | 5C | 1C | 0 | 3D | 7 | 57 | 4F | 40 |
| Octal | 253 | 354 | 134 | 34 | 0 | 75 | 7 | 127 | 117 | 100 |
| Binary | 10101011 | 11101100 | 1011100 | 11100 | 0 | 111101 | 111 | 1010111 | 1001111 | 1000000 |
Color Harmonies of #ABEC5C
Complementary color
Monochromatic Colors of #ABEC5C
Black with #ABEC5C
Text Example
Text Example
White with #ABEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC5C; }
p { color: rgb(171,236,92); }
H1.HeaderClassName
{
color: #ABEC5C;
}
.AnyTagClassName
{
color: #ABEC5C;
}
</style>
background-color css
<style>
a { background-color: #ABEC5C; }
a { background-color: rgb(171,236,92); }
div.DivClassName
{
background-color: #ABEC5C;
}
.BgClassName
{
background-color: #ABEC5C;
}
</style>
border-color css
<style>
span { border-color: #ABEC5C; }
span { border-color: rgb(171,236,92); }
td.TdClassName
{
border-color: #ABEC5C;
}
.TagClassName
{
border-color: #ABEC5C;
}
</style>