Shades of Conifer #ABCE4C
Tints of Conifer #ABCE4C
RGB
CMYK
RGB Variations
Color information
#ABCE4C (or 0xABCE4C) is known color: Conifer. HEX triplet: AB, CE and 4C. RGB value is (171,206,76). Sum of RGB (Red+Green+Blue) = 171+206+76=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE4C is #5431B3. Grayscale: #B5B5B5. Windows color (decimal): -5517748 or 5033643. OLE color: 5033643.
HSL color Cylindrical-coordinate representation of color #ABCE4C: hue angle of 76.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABCE4C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 76 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.19 |
| HSL | 76.15º | 0.57% | 0.55% | - |
| HSV(B) | 76.15º | 0.63% | 0.81% | - |
| XYZ | 40.17 | 53.32 | 15.01 | - |
| YUV | 180.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 76 | 0.17 | 0 | 0.63 | 0.19 | 76.15 | 0.57 | 0.55 |
| Hex | AB | CE | 4C | 11 | 0 | 3F | 13 | 4C | 39 | 37 |
| Octal | 253 | 316 | 114 | 21 | 0 | 77 | 23 | 114 | 71 | 67 |
| Binary | 10101011 | 11001110 | 1001100 | 10001 | 0 | 111111 | 10011 | 1001100 | 111001 | 110111 |
Color Harmonies of #ABCE4C
Complementary color
Monochromatic Colors of #ABCE4C
Black with #ABCE4C
Text Example
Text Example
White with #ABCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE4C; }
p { color: rgb(171,206,76); }
H1.HeaderClassName
{
color: #ABCE4C;
}
.AnyTagClassName
{
color: #ABCE4C;
}
</style>
background-color css
<style>
a { background-color: #ABCE4C; }
a { background-color: rgb(171,206,76); }
div.DivClassName
{
background-color: #ABCE4C;
}
.BgClassName
{
background-color: #ABCE4C;
}
</style>
border-color css
<style>
span { border-color: #ABCE4C; }
span { border-color: rgb(171,206,76); }
td.TdClassName
{
border-color: #ABCE4C;
}
.TagClassName
{
border-color: #ABCE4C;
}
</style>