Shades of Conifer #A8CB58
Tints of Conifer #A8CB58
RGB
CMYK
RGB Variations
Color information
#A8CB58 (or 0xA8CB58) is known color: Conifer. HEX triplet: A8, CB and 58. RGB value is (168,203,88). Sum of RGB (Red+Green+Blue) = 168+203+88=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB58 is #5734A7. Grayscale: #B3B3B3. Windows color (decimal): -5715112 or 5819304. OLE color: 5819304.
HSL color Cylindrical-coordinate representation of color #A8CB58: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8CB58 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 88 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.20 |
| HSL | 78.26º | 0.53% | 0.57% | - |
| HSV(B) | 78.26º | 0.57% | 0.8% | - |
| XYZ | 39.27 | 51.74 | 17.15 | - |
| YUV | 179.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 88 | 0.17 | 0 | 0.57 | 0.20 | 78.26 | 0.53 | 0.57 |
| Hex | A8 | CB | 58 | 11 | 0 | 39 | 14 | 4E | 35 | 39 |
| Octal | 250 | 313 | 130 | 21 | 0 | 71 | 24 | 116 | 65 | 71 |
| Binary | 10101000 | 11001011 | 1011000 | 10001 | 0 | 111001 | 10100 | 1001110 | 110101 | 111001 |
Color Harmonies of #A8CB58
Complementary color
Monochromatic Colors of #A8CB58
Black with #A8CB58
Text Example
Text Example
White with #A8CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB58; }
p { color: rgb(168,203,88); }
H1.HeaderClassName
{
color: #A8CB58;
}
.AnyTagClassName
{
color: #A8CB58;
}
</style>
background-color css
<style>
a { background-color: #A8CB58; }
a { background-color: rgb(168,203,88); }
div.DivClassName
{
background-color: #A8CB58;
}
.BgClassName
{
background-color: #A8CB58;
}
</style>
border-color css
<style>
span { border-color: #A8CB58; }
span { border-color: rgb(168,203,88); }
td.TdClassName
{
border-color: #A8CB58;
}
.TagClassName
{
border-color: #A8CB58;
}
</style>