Shades of Conifer #ABEC67
Tints of Conifer #ABEC67
RGB
CMYK
RGB Variations
Color information
#ABEC67 (or 0xABEC67) is known color: Conifer. HEX triplet: AB, EC and 67. RGB value is (171,236,103). Sum of RGB (Red+Green+Blue) = 171+236+103=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC67 is #541398. Grayscale: #C9C9C9. Windows color (decimal): -5510041 or 6810795. OLE color: 6810795.
HSL color Cylindrical-coordinate representation of color #ABEC67: hue angle of 89.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABEC67 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 103 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.07 |
| HSL | 89.32º | 0.78% | 0.66% | - |
| HSV(B) | 89.32º | 0.56% | 0.93% | - |
| XYZ | 49.24 | 69.63 | 23.68 | - |
| YUV | 201.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 103 | 0.28 | 0 | 0.56 | 0.07 | 89.32 | 0.78 | 0.66 |
| Hex | AB | EC | 67 | 1C | 0 | 38 | 7 | 59 | 4E | 42 |
| Octal | 253 | 354 | 147 | 34 | 0 | 70 | 7 | 131 | 116 | 102 |
| Binary | 10101011 | 11101100 | 1100111 | 11100 | 0 | 111000 | 111 | 1011001 | 1001110 | 1000010 |
Color Harmonies of #ABEC67
Complementary color
Monochromatic Colors of #ABEC67
Black with #ABEC67
Text Example
Text Example
White with #ABEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC67; }
p { color: rgb(171,236,103); }
H1.HeaderClassName
{
color: #ABEC67;
}
.AnyTagClassName
{
color: #ABEC67;
}
</style>
background-color css
<style>
a { background-color: #ABEC67; }
a { background-color: rgb(171,236,103); }
div.DivClassName
{
background-color: #ABEC67;
}
.BgClassName
{
background-color: #ABEC67;
}
</style>
border-color css
<style>
span { border-color: #ABEC67; }
span { border-color: rgb(171,236,103); }
td.TdClassName
{
border-color: #ABEC67;
}
.TagClassName
{
border-color: #ABEC67;
}
</style>