Shades of Conifer #A8CB5C
Tints of Conifer #A8CB5C
RGB
CMYK
RGB Variations
Color information
#A8CB5C (or 0xA8CB5C) is known color: Conifer. HEX triplet: A8, CB and 5C. RGB value is (168,203,92). Sum of RGB (Red+Green+Blue) = 168+203+92=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB5C is #5734A3. Grayscale: #B4B4B4. Windows color (decimal): -5715108 or 6081448. OLE color: 6081448.
HSL color Cylindrical-coordinate representation of color #A8CB5C: hue angle of 78.92º degrees, saturation: 0.52, 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 #A8CB5C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 92 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.20 |
| HSL | 78.92º | 0.52% | 0.58% | - |
| HSV(B) | 78.92º | 0.55% | 0.8% | - |
| XYZ | 39.44 | 51.81 | 18.05 | - |
| YUV | 179.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 92 | 0.17 | 0 | 0.55 | 0.20 | 78.92 | 0.52 | 0.58 |
| Hex | A8 | CB | 5C | 11 | 0 | 37 | 14 | 4F | 34 | 3A |
| Octal | 250 | 313 | 134 | 21 | 0 | 67 | 24 | 117 | 64 | 72 |
| Binary | 10101000 | 11001011 | 1011100 | 10001 | 0 | 110111 | 10100 | 1001111 | 110100 | 111010 |
Color Harmonies of #A8CB5C
Complementary color
Monochromatic Colors of #A8CB5C
Black with #A8CB5C
Text Example
Text Example
White with #A8CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB5C; }
p { color: rgb(168,203,92); }
H1.HeaderClassName
{
color: #A8CB5C;
}
.AnyTagClassName
{
color: #A8CB5C;
}
</style>
background-color css
<style>
a { background-color: #A8CB5C; }
a { background-color: rgb(168,203,92); }
div.DivClassName
{
background-color: #A8CB5C;
}
.BgClassName
{
background-color: #A8CB5C;
}
</style>
border-color css
<style>
span { border-color: #A8CB5C; }
span { border-color: rgb(168,203,92); }
td.TdClassName
{
border-color: #A8CB5C;
}
.TagClassName
{
border-color: #A8CB5C;
}
</style>