Shades of Conifer #A8CB54
Tints of Conifer #A8CB54
RGB
CMYK
RGB Variations
Color information
#A8CB54 (or 0xA8CB54) is known color: Conifer. HEX triplet: A8, CB and 54. RGB value is (168,203,84). Sum of RGB (Red+Green+Blue) = 168+203+84=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB54 is #5734AB. Grayscale: #B3B3B3. Windows color (decimal): -5715116 or 5557160. OLE color: 5557160.
HSL color Cylindrical-coordinate representation of color #A8CB54: hue angle of 77.65º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8CB54 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 84 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.20 |
| HSL | 77.65º | 0.53% | 0.56% | - |
| HSV(B) | 77.65º | 0.59% | 0.8% | - |
| XYZ | 39.1 | 51.68 | 16.3 | - |
| YUV | 178.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 84 | 0.17 | 0 | 0.59 | 0.20 | 77.65 | 0.53 | 0.56 |
| Hex | A8 | CB | 54 | 11 | 0 | 3B | 14 | 4E | 35 | 38 |
| Octal | 250 | 313 | 124 | 21 | 0 | 73 | 24 | 116 | 65 | 70 |
| Binary | 10101000 | 11001011 | 1010100 | 10001 | 0 | 111011 | 10100 | 1001110 | 110101 | 111000 |
Color Harmonies of #A8CB54
Complementary color
Monochromatic Colors of #A8CB54
Black with #A8CB54
Text Example
Text Example
White with #A8CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB54; }
p { color: rgb(168,203,84); }
H1.HeaderClassName
{
color: #A8CB54;
}
.AnyTagClassName
{
color: #A8CB54;
}
</style>
background-color css
<style>
a { background-color: #A8CB54; }
a { background-color: rgb(168,203,84); }
div.DivClassName
{
background-color: #A8CB54;
}
.BgClassName
{
background-color: #A8CB54;
}
</style>
border-color css
<style>
span { border-color: #A8CB54; }
span { border-color: rgb(168,203,84); }
td.TdClassName
{
border-color: #A8CB54;
}
.TagClassName
{
border-color: #A8CB54;
}
</style>