Shades of Conifer #ABCC5E
Tints of Conifer #ABCC5E
RGB
CMYK
RGB Variations
Color information
#ABCC5E (or 0xABCC5E) is known color: Conifer. HEX triplet: AB, CC and 5E. RGB value is (171,204,94). Sum of RGB (Red+Green+Blue) = 171+204+94=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC5E is #5433A1. Grayscale: #B6B6B6. Windows color (decimal): -5518242 or 6212779. OLE color: 6212779.
HSL color Cylindrical-coordinate representation of color #ABCC5E: hue angle of 78º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABCC5E is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 94 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.2 |
| HSL | 78º | 0.52% | 0.58% | - |
| HSV(B) | 78º | 0.54% | 0.8% | - |
| XYZ | 40.41 | 52.65 | 18.62 | - |
| YUV | 181.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 94 | 0.16 | 0 | 0.54 | 0.2 | 78 | 0.52 | 0.58 |
| Hex | AB | CC | 5E | 10 | 0 | 36 | 14 | 4E | 34 | 3A |
| Octal | 253 | 314 | 136 | 20 | 0 | 66 | 24 | 116 | 64 | 72 |
| Binary | 10101011 | 11001100 | 1011110 | 10000 | 0 | 110110 | 10100 | 1001110 | 110100 | 111010 |
Color Harmonies of #ABCC5E
Complementary color
Monochromatic Colors of #ABCC5E
Black with #ABCC5E
Text Example
Text Example
White with #ABCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC5E; }
p { color: rgb(171,204,94); }
H1.HeaderClassName
{
color: #ABCC5E;
}
.AnyTagClassName
{
color: #ABCC5E;
}
</style>
background-color css
<style>
a { background-color: #ABCC5E; }
a { background-color: rgb(171,204,94); }
div.DivClassName
{
background-color: #ABCC5E;
}
.BgClassName
{
background-color: #ABCC5E;
}
</style>
border-color css
<style>
span { border-color: #ABCC5E; }
span { border-color: rgb(171,204,94); }
td.TdClassName
{
border-color: #ABCC5E;
}
.TagClassName
{
border-color: #ABCC5E;
}
</style>