Shades of Conifer #A7CC4D
Tints of Conifer #A7CC4D
RGB
CMYK
RGB Variations
Color information
#A7CC4D (or 0xA7CC4D) is known color: Conifer. HEX triplet: A7, CC and 4D. RGB value is (167,204,77). Sum of RGB (Red+Green+Blue) = 167+204+77=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC4D is #5833B2. Grayscale: #B2B2B2. Windows color (decimal): -5780403 or 5098663. OLE color: 5098663.
HSL color Cylindrical-coordinate representation of color #A7CC4D: hue angle of 77.48º 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 #A7CC4D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 204 | 77 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.2 |
| HSL | 77.48º | 0.55% | 0.55% | - |
| HSV(B) | 77.48º | 0.62% | 0.8% | - |
| XYZ | 38.87 | 51.94 | 15 | - |
| YUV | 178.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 204 | 77 | 0.18 | 0 | 0.62 | 0.2 | 77.48 | 0.55 | 0.55 |
| Hex | A7 | CC | 4D | 12 | 0 | 3E | 14 | 4D | 37 | 37 |
| Octal | 247 | 314 | 115 | 22 | 0 | 76 | 24 | 115 | 67 | 67 |
| Binary | 10100111 | 11001100 | 1001101 | 10010 | 0 | 111110 | 10100 | 1001101 | 110111 | 110111 |
Color Harmonies of #A7CC4D
Complementary color
Monochromatic Colors of #A7CC4D
Black with #A7CC4D
Text Example
Text Example
White with #A7CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CC4D; }
p { color: rgb(167,204,77); }
H1.HeaderClassName
{
color: #A7CC4D;
}
.AnyTagClassName
{
color: #A7CC4D;
}
</style>
background-color css
<style>
a { background-color: #A7CC4D; }
a { background-color: rgb(167,204,77); }
div.DivClassName
{
background-color: #A7CC4D;
}
.BgClassName
{
background-color: #A7CC4D;
}
</style>
border-color css
<style>
span { border-color: #A7CC4D; }
span { border-color: rgb(167,204,77); }
td.TdClassName
{
border-color: #A7CC4D;
}
.TagClassName
{
border-color: #A7CC4D;
}
</style>