Shades of Conifer #A8CC5B
Tints of Conifer #A8CC5B
RGB
CMYK
RGB Variations
Color information
#A8CC5B (or 0xA8CC5B) is known color: Conifer. HEX triplet: A8, CC and 5B. RGB value is (168,204,91). Sum of RGB (Red+Green+Blue) = 168+204+91=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC5B is #5733A4. Grayscale: #B4B4B4. Windows color (decimal): -5714853 or 6016168. OLE color: 6016168.
HSL color Cylindrical-coordinate representation of color #A8CC5B: hue angle of 79.12º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CC5B is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 91 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.2 |
| HSL | 79.12º | 0.53% | 0.58% | - |
| HSV(B) | 79.12º | 0.55% | 0.8% | - |
| XYZ | 39.63 | 52.27 | 17.9 | - |
| YUV | 180.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 91 | 0.18 | 0 | 0.55 | 0.2 | 79.12 | 0.53 | 0.58 |
| Hex | A8 | CC | 5B | 12 | 0 | 37 | 14 | 4F | 35 | 3A |
| Octal | 250 | 314 | 133 | 22 | 0 | 67 | 24 | 117 | 65 | 72 |
| Binary | 10101000 | 11001100 | 1011011 | 10010 | 0 | 110111 | 10100 | 1001111 | 110101 | 111010 |
Color Harmonies of #A8CC5B
Complementary color
Monochromatic Colors of #A8CC5B
Black with #A8CC5B
Text Example
Text Example
White with #A8CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC5B; }
p { color: rgb(168,204,91); }
H1.HeaderClassName
{
color: #A8CC5B;
}
.AnyTagClassName
{
color: #A8CC5B;
}
</style>
background-color css
<style>
a { background-color: #A8CC5B; }
a { background-color: rgb(168,204,91); }
div.DivClassName
{
background-color: #A8CC5B;
}
.BgClassName
{
background-color: #A8CC5B;
}
</style>
border-color css
<style>
span { border-color: #A8CC5B; }
span { border-color: rgb(168,204,91); }
td.TdClassName
{
border-color: #A8CC5B;
}
.TagClassName
{
border-color: #A8CC5B;
}
</style>