Shades of Conifer #A1D056
Tints of Conifer #A1D056
RGB
CMYK
RGB Variations
Color information
#A1D056 (or 0xA1D056) is known color: Conifer. HEX triplet: A1, D0 and 56. RGB value is (161,208,86). Sum of RGB (Red+Green+Blue) = 161+208+86=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D056 is #5E2FA9. Grayscale: #B4B4B4. Windows color (decimal): -6172586 or 5689505. OLE color: 5689505.
HSL color Cylindrical-coordinate representation of color #A1D056: hue angle of 83.11º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1D056 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 86 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.18 |
| HSL | 83.11º | 0.56% | 0.58% | - |
| HSV(B) | 83.11º | 0.59% | 0.82% | - |
| XYZ | 38.93 | 53.36 | 17.05 | - |
| YUV | 180.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 86 | 0.23 | 0 | 0.59 | 0.18 | 83.11 | 0.56 | 0.58 |
| Hex | A1 | D0 | 56 | 17 | 0 | 3B | 12 | 53 | 38 | 3A |
| Octal | 241 | 320 | 126 | 27 | 0 | 73 | 22 | 123 | 70 | 72 |
| Binary | 10100001 | 11010000 | 1010110 | 10111 | 0 | 111011 | 10010 | 1010011 | 111000 | 111010 |
Color Harmonies of #A1D056
Complementary color
Monochromatic Colors of #A1D056
Black with #A1D056
Text Example
Text Example
White with #A1D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D056; }
p { color: rgb(161,208,86); }
H1.HeaderClassName
{
color: #A1D056;
}
.AnyTagClassName
{
color: #A1D056;
}
</style>
background-color css
<style>
a { background-color: #A1D056; }
a { background-color: rgb(161,208,86); }
div.DivClassName
{
background-color: #A1D056;
}
.BgClassName
{
background-color: #A1D056;
}
</style>
border-color css
<style>
span { border-color: #A1D056; }
span { border-color: rgb(161,208,86); }
td.TdClassName
{
border-color: #A1D056;
}
.TagClassName
{
border-color: #A1D056;
}
</style>