Shades of Conifer #ABCE68
Tints of Conifer #ABCE68
RGB
CMYK
RGB Variations
Color information
#ABCE68 (or 0xABCE68) is known color: Conifer. HEX triplet: AB, CE and 68. RGB value is (171,206,104). Sum of RGB (Red+Green+Blue) = 171+206+104=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE68 is #543197. Grayscale: #B8B8B8. Windows color (decimal): -5517720 or 6868651. OLE color: 6868651.
HSL color Cylindrical-coordinate representation of color #ABCE68: hue angle of 80.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABCE68 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 104 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.19 |
| HSL | 80.59º | 0.51% | 0.61% | - |
| HSV(B) | 80.59º | 0.5% | 0.81% | - |
| XYZ | 41.36 | 53.8 | 21.3 | - |
| YUV | 183.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 104 | 0.17 | 0 | 0.50 | 0.19 | 80.59 | 0.51 | 0.61 |
| Hex | AB | CE | 68 | 11 | 0 | 32 | 13 | 51 | 33 | 3D |
| Octal | 253 | 316 | 150 | 21 | 0 | 62 | 23 | 121 | 63 | 75 |
| Binary | 10101011 | 11001110 | 1101000 | 10001 | 0 | 110010 | 10011 | 1010001 | 110011 | 111101 |
Color Harmonies of #ABCE68
Complementary color
Monochromatic Colors of #ABCE68
Black with #ABCE68
Text Example
Text Example
White with #ABCE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE68; }
p { color: rgb(171,206,104); }
H1.HeaderClassName
{
color: #ABCE68;
}
.AnyTagClassName
{
color: #ABCE68;
}
</style>
background-color css
<style>
a { background-color: #ABCE68; }
a { background-color: rgb(171,206,104); }
div.DivClassName
{
background-color: #ABCE68;
}
.BgClassName
{
background-color: #ABCE68;
}
</style>
border-color css
<style>
span { border-color: #ABCE68; }
span { border-color: rgb(171,206,104); }
td.TdClassName
{
border-color: #ABCE68;
}
.TagClassName
{
border-color: #ABCE68;
}
</style>