Shades of Conifer #A8CB4D
Tints of Conifer #A8CB4D
RGB
CMYK
RGB Variations
Color information
#A8CB4D (or 0xA8CB4D) is known color: Conifer. HEX triplet: A8, CB and 4D. RGB value is (168,203,77). Sum of RGB (Red+Green+Blue) = 168+203+77=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB4D is #5734B2. Grayscale: #B2B2B2. Windows color (decimal): -5715123 or 5098408. OLE color: 5098408.
HSL color Cylindrical-coordinate representation of color #A8CB4D: hue angle of 76.67º 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 #A8CB4D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 77 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.20 |
| HSL | 76.67º | 0.55% | 0.55% | - |
| HSV(B) | 76.67º | 0.62% | 0.8% | - |
| XYZ | 38.84 | 51.57 | 14.93 | - |
| YUV | 178.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 77 | 0.17 | 0 | 0.62 | 0.20 | 76.67 | 0.55 | 0.55 |
| Hex | A8 | CB | 4D | 11 | 0 | 3E | 14 | 4D | 37 | 37 |
| Octal | 250 | 313 | 115 | 21 | 0 | 76 | 24 | 115 | 67 | 67 |
| Binary | 10101000 | 11001011 | 1001101 | 10001 | 0 | 111110 | 10100 | 1001101 | 110111 | 110111 |
Color Harmonies of #A8CB4D
Complementary color
Monochromatic Colors of #A8CB4D
Black with #A8CB4D
Text Example
Text Example
White with #A8CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB4D; }
p { color: rgb(168,203,77); }
H1.HeaderClassName
{
color: #A8CB4D;
}
.AnyTagClassName
{
color: #A8CB4D;
}
</style>
background-color css
<style>
a { background-color: #A8CB4D; }
a { background-color: rgb(168,203,77); }
div.DivClassName
{
background-color: #A8CB4D;
}
.BgClassName
{
background-color: #A8CB4D;
}
</style>
border-color css
<style>
span { border-color: #A8CB4D; }
span { border-color: rgb(168,203,77); }
td.TdClassName
{
border-color: #A8CB4D;
}
.TagClassName
{
border-color: #A8CB4D;
}
</style>