Shades of Conifer #A8CC4D
Tints of Conifer #A8CC4D
RGB
CMYK
RGB Variations
Color information
#A8CC4D (or 0xA8CC4D) is known color: Conifer. HEX triplet: A8, CC and 4D. RGB value is (168,204,77). Sum of RGB (Red+Green+Blue) = 168+204+77=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC4D is #5733B2. Grayscale: #B3B3B3. Windows color (decimal): -5714867 or 5098664. OLE color: 5098664.
HSL color Cylindrical-coordinate representation of color #A8CC4D: hue angle of 77.01º 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 #A8CC4D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 77 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.2 |
| HSL | 77.01º | 0.55% | 0.55% | - |
| HSV(B) | 77.01º | 0.62% | 0.8% | - |
| XYZ | 39.08 | 52.05 | 15.01 | - |
| YUV | 178.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 77 | 0.18 | 0 | 0.62 | 0.2 | 77.01 | 0.55 | 0.55 |
| Hex | A8 | CC | 4D | 12 | 0 | 3E | 14 | 4D | 37 | 37 |
| Octal | 250 | 314 | 115 | 22 | 0 | 76 | 24 | 115 | 67 | 67 |
| Binary | 10101000 | 11001100 | 1001101 | 10010 | 0 | 111110 | 10100 | 1001101 | 110111 | 110111 |
Color Harmonies of #A8CC4D
Complementary color
Monochromatic Colors of #A8CC4D
Black with #A8CC4D
Text Example
Text Example
White with #A8CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC4D; }
p { color: rgb(168,204,77); }
H1.HeaderClassName
{
color: #A8CC4D;
}
.AnyTagClassName
{
color: #A8CC4D;
}
</style>
background-color css
<style>
a { background-color: #A8CC4D; }
a { background-color: rgb(168,204,77); }
div.DivClassName
{
background-color: #A8CC4D;
}
.BgClassName
{
background-color: #A8CC4D;
}
</style>
border-color css
<style>
span { border-color: #A8CC4D; }
span { border-color: rgb(168,204,77); }
td.TdClassName
{
border-color: #A8CC4D;
}
.TagClassName
{
border-color: #A8CC4D;
}
</style>