Shades of Conifer #ABCC4D
Tints of Conifer #ABCC4D
RGB
CMYK
RGB Variations
Color information
#ABCC4D (or 0xABCC4D) is known color: Conifer. HEX triplet: AB, CC and 4D. RGB value is (171,204,77). Sum of RGB (Red+Green+Blue) = 171+204+77=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC4D is #5433B2. Grayscale: #B4B4B4. Windows color (decimal): -5518259 or 5098667. OLE color: 5098667.
HSL color Cylindrical-coordinate representation of color #ABCC4D: hue angle of 75.59º 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 #ABCC4D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 77 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.2 |
| HSL | 75.59º | 0.55% | 0.55% | - |
| HSV(B) | 75.59º | 0.62% | 0.8% | - |
| XYZ | 39.73 | 52.38 | 15.04 | - |
| YUV | 179.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 77 | 0.16 | 0 | 0.62 | 0.2 | 75.59 | 0.55 | 0.55 |
| Hex | AB | CC | 4D | 10 | 0 | 3E | 14 | 4C | 37 | 37 |
| Octal | 253 | 314 | 115 | 20 | 0 | 76 | 24 | 114 | 67 | 67 |
| Binary | 10101011 | 11001100 | 1001101 | 10000 | 0 | 111110 | 10100 | 1001100 | 110111 | 110111 |
Color Harmonies of #ABCC4D
Complementary color
Monochromatic Colors of #ABCC4D
Black with #ABCC4D
Text Example
Text Example
White with #ABCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC4D; }
p { color: rgb(171,204,77); }
H1.HeaderClassName
{
color: #ABCC4D;
}
.AnyTagClassName
{
color: #ABCC4D;
}
</style>
background-color css
<style>
a { background-color: #ABCC4D; }
a { background-color: rgb(171,204,77); }
div.DivClassName
{
background-color: #ABCC4D;
}
.BgClassName
{
background-color: #ABCC4D;
}
</style>
border-color css
<style>
span { border-color: #ABCC4D; }
span { border-color: rgb(171,204,77); }
td.TdClassName
{
border-color: #ABCC4D;
}
.TagClassName
{
border-color: #ABCC4D;
}
</style>