Shades of Conifer #ABCE63
Tints of Conifer #ABCE63
RGB
CMYK
RGB Variations
Color information
#ABCE63 (or 0xABCE63) is known color: Conifer. HEX triplet: AB, CE and 63. RGB value is (171,206,99). Sum of RGB (Red+Green+Blue) = 171+206+99=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE63 is #54319C. Grayscale: #B7B7B7. Windows color (decimal): -5517725 or 6540971. OLE color: 6540971.
HSL color Cylindrical-coordinate representation of color #ABCE63: hue angle of 79.63º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABCE63 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 99 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.19 |
| HSL | 79.63º | 0.52% | 0.6% | - |
| HSV(B) | 79.63º | 0.52% | 0.81% | - |
| XYZ | 41.12 | 53.7 | 20 | - |
| YUV | 183.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 99 | 0.17 | 0 | 0.52 | 0.19 | 79.63 | 0.52 | 0.6 |
| Hex | AB | CE | 63 | 11 | 0 | 34 | 13 | 50 | 34 | 3C |
| Octal | 253 | 316 | 143 | 21 | 0 | 64 | 23 | 120 | 64 | 74 |
| Binary | 10101011 | 11001110 | 1100011 | 10001 | 0 | 110100 | 10011 | 1010000 | 110100 | 111100 |
Color Harmonies of #ABCE63
Complementary color
Monochromatic Colors of #ABCE63
Black with #ABCE63
Text Example
Text Example
White with #ABCE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE63; }
p { color: rgb(171,206,99); }
H1.HeaderClassName
{
color: #ABCE63;
}
.AnyTagClassName
{
color: #ABCE63;
}
</style>
background-color css
<style>
a { background-color: #ABCE63; }
a { background-color: rgb(171,206,99); }
div.DivClassName
{
background-color: #ABCE63;
}
.BgClassName
{
background-color: #ABCE63;
}
</style>
border-color css
<style>
span { border-color: #ABCE63; }
span { border-color: rgb(171,206,99); }
td.TdClassName
{
border-color: #ABCE63;
}
.TagClassName
{
border-color: #ABCE63;
}
</style>