Shades of Conifer #ABCC4E
Tints of Conifer #ABCC4E
RGB
CMYK
RGB Variations
Color information
#ABCC4E (or 0xABCC4E) is known color: Conifer. HEX triplet: AB, CC and 4E. RGB value is (171,204,78). Sum of RGB (Red+Green+Blue) = 171+204+78=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC4E is #5433B1. Grayscale: #B4B4B4. Windows color (decimal): -5518258 or 5164203. OLE color: 5164203.
HSL color Cylindrical-coordinate representation of color #ABCC4E: hue angle of 75.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABCC4E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 78 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.2 |
| HSL | 75.71º | 0.55% | 0.55% | - |
| HSV(B) | 75.71º | 0.62% | 0.8% | - |
| XYZ | 39.76 | 52.39 | 15.23 | - |
| YUV | 179.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 78 | 0.16 | 0 | 0.62 | 0.2 | 75.71 | 0.55 | 0.55 |
| Hex | AB | CC | 4E | 10 | 0 | 3E | 14 | 4C | 37 | 37 |
| Octal | 253 | 314 | 116 | 20 | 0 | 76 | 24 | 114 | 67 | 67 |
| Binary | 10101011 | 11001100 | 1001110 | 10000 | 0 | 111110 | 10100 | 1001100 | 110111 | 110111 |
Color Harmonies of #ABCC4E
Complementary color
Monochromatic Colors of #ABCC4E
Black with #ABCC4E
Text Example
Text Example
White with #ABCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC4E; }
p { color: rgb(171,204,78); }
H1.HeaderClassName
{
color: #ABCC4E;
}
.AnyTagClassName
{
color: #ABCC4E;
}
</style>
background-color css
<style>
a { background-color: #ABCC4E; }
a { background-color: rgb(171,204,78); }
div.DivClassName
{
background-color: #ABCC4E;
}
.BgClassName
{
background-color: #ABCC4E;
}
</style>
border-color css
<style>
span { border-color: #ABCC4E; }
span { border-color: rgb(171,204,78); }
td.TdClassName
{
border-color: #ABCC4E;
}
.TagClassName
{
border-color: #ABCC4E;
}
</style>