Shades of Conifer #A8D658
Tints of Conifer #A8D658
RGB
CMYK
RGB Variations
Color information
#A8D658 (or 0xA8D658) is known color: Conifer. HEX triplet: A8, D6 and 58. RGB value is (168,214,88). Sum of RGB (Red+Green+Blue) = 168+214+88=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D658 is #5729A7. Grayscale: #BABABA. Windows color (decimal): -5712296 or 5822120. OLE color: 5822120.
HSL color Cylindrical-coordinate representation of color #A8D658: hue angle of 81.9º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D658 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 88 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.16 |
| HSL | 81.9º | 0.61% | 0.59% | - |
| HSV(B) | 81.9º | 0.59% | 0.84% | - |
| XYZ | 41.96 | 57.12 | 18.05 | - |
| YUV | 185.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 88 | 0.21 | 0 | 0.59 | 0.16 | 81.9 | 0.61 | 0.59 |
| Hex | A8 | D6 | 58 | 15 | 0 | 3B | 10 | 52 | 3D | 3B |
| Octal | 250 | 326 | 130 | 25 | 0 | 73 | 20 | 122 | 75 | 73 |
| Binary | 10101000 | 11010110 | 1011000 | 10101 | 0 | 111011 | 10000 | 1010010 | 111101 | 111011 |
Color Harmonies of #A8D658
Complementary color
Monochromatic Colors of #A8D658
Black with #A8D658
Text Example
Text Example
White with #A8D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D658; }
p { color: rgb(168,214,88); }
H1.HeaderClassName
{
color: #A8D658;
}
.AnyTagClassName
{
color: #A8D658;
}
</style>
background-color css
<style>
a { background-color: #A8D658; }
a { background-color: rgb(168,214,88); }
div.DivClassName
{
background-color: #A8D658;
}
.BgClassName
{
background-color: #A8D658;
}
</style>
border-color css
<style>
span { border-color: #A8D658; }
span { border-color: rgb(168,214,88); }
td.TdClassName
{
border-color: #A8D658;
}
.TagClassName
{
border-color: #A8D658;
}
</style>