Shades of Conifer #A1D05E
Tints of Conifer #A1D05E
RGB
CMYK
RGB Variations
Color information
#A1D05E (or 0xA1D05E) is known color: Conifer. HEX triplet: A1, D0 and 5E. RGB value is (161,208,94). Sum of RGB (Red+Green+Blue) = 161+208+94=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D05E is #5E2FA1. Grayscale: #B5B5B5. Windows color (decimal): -6172578 or 6213793. OLE color: 6213793.
HSL color Cylindrical-coordinate representation of color #A1D05E: hue angle of 84.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1D05E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 94 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.18 |
| HSL | 84.74º | 0.55% | 0.59% | - |
| HSV(B) | 84.74º | 0.55% | 0.82% | - |
| XYZ | 39.27 | 53.5 | 18.85 | - |
| YUV | 180.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 94 | 0.23 | 0 | 0.55 | 0.18 | 84.74 | 0.55 | 0.59 |
| Hex | A1 | D0 | 5E | 17 | 0 | 37 | 12 | 55 | 37 | 3B |
| Octal | 241 | 320 | 136 | 27 | 0 | 67 | 22 | 125 | 67 | 73 |
| Binary | 10100001 | 11010000 | 1011110 | 10111 | 0 | 110111 | 10010 | 1010101 | 110111 | 111011 |
Color Harmonies of #A1D05E
Complementary color
Monochromatic Colors of #A1D05E
Black with #A1D05E
Text Example
Text Example
White with #A1D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D05E; }
p { color: rgb(161,208,94); }
H1.HeaderClassName
{
color: #A1D05E;
}
.AnyTagClassName
{
color: #A1D05E;
}
</style>
background-color css
<style>
a { background-color: #A1D05E; }
a { background-color: rgb(161,208,94); }
div.DivClassName
{
background-color: #A1D05E;
}
.BgClassName
{
background-color: #A1D05E;
}
</style>
border-color css
<style>
span { border-color: #A1D05E; }
span { border-color: rgb(161,208,94); }
td.TdClassName
{
border-color: #A1D05E;
}
.TagClassName
{
border-color: #A1D05E;
}
</style>