Shades of Conifer #A8DC58
Tints of Conifer #A8DC58
RGB
CMYK
RGB Variations
Color information
#A8DC58 (or 0xA8DC58) is known color: Conifer. HEX triplet: A8, DC and 58. RGB value is (168,220,88). Sum of RGB (Red+Green+Blue) = 168+220+88=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC58 is #5723A7. Grayscale: #BDBDBD. Windows color (decimal): -5710760 or 5823656. OLE color: 5823656.
HSL color Cylindrical-coordinate representation of color #A8DC58: hue angle of 83.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8DC58 is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 88 | - |
| CMYK | 0.24 | 0 | 0.6 | 0.14 |
| HSL | 83.64º | 0.65% | 0.6% | - |
| HSV(B) | 83.64º | 0.6% | 0.86% | - |
| XYZ | 43.5 | 60.22 | 18.56 | - |
| YUV | 189.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 88 | 0.24 | 0 | 0.6 | 0.14 | 83.64 | 0.65 | 0.6 |
| Hex | A8 | DC | 58 | 18 | 0 | 3C | E | 54 | 41 | 3C |
| Octal | 250 | 334 | 130 | 30 | 0 | 74 | 16 | 124 | 101 | 74 |
| Binary | 10101000 | 11011100 | 1011000 | 11000 | 0 | 111100 | 1110 | 1010100 | 1000001 | 111100 |
Color Harmonies of #A8DC58
Complementary color
Monochromatic Colors of #A8DC58
Black with #A8DC58
Text Example
Text Example
White with #A8DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC58; }
p { color: rgb(168,220,88); }
H1.HeaderClassName
{
color: #A8DC58;
}
.AnyTagClassName
{
color: #A8DC58;
}
</style>
background-color css
<style>
a { background-color: #A8DC58; }
a { background-color: rgb(168,220,88); }
div.DivClassName
{
background-color: #A8DC58;
}
.BgClassName
{
background-color: #A8DC58;
}
</style>
border-color css
<style>
span { border-color: #A8DC58; }
span { border-color: rgb(168,220,88); }
td.TdClassName
{
border-color: #A8DC58;
}
.TagClassName
{
border-color: #A8DC58;
}
</style>