Shades of Conifer #A1D84F
Tints of Conifer #A1D84F
RGB
CMYK
RGB Variations
Color information
#A1D84F (or 0xA1D84F) is known color: Conifer. HEX triplet: A1, D8 and 4F. RGB value is (161,216,79). Sum of RGB (Red+Green+Blue) = 161+216+79=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D84F is #5E27B0. Grayscale: #B8B8B8. Windows color (decimal): -6170545 or 5232801. OLE color: 5232801.
HSL color Cylindrical-coordinate representation of color #A1D84F: hue angle of 84.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1D84F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 79 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.15 |
| HSL | 84.09º | 0.64% | 0.58% | - |
| HSV(B) | 84.09º | 0.63% | 0.85% | - |
| XYZ | 40.67 | 57.25 | 16.3 | - |
| YUV | 183.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 79 | 0.25 | 0 | 0.63 | 0.15 | 84.09 | 0.64 | 0.58 |
| Hex | A1 | D8 | 4F | 19 | 0 | 3F | F | 54 | 40 | 3A |
| Octal | 241 | 330 | 117 | 31 | 0 | 77 | 17 | 124 | 100 | 72 |
| Binary | 10100001 | 11011000 | 1001111 | 11001 | 0 | 111111 | 1111 | 1010100 | 1000000 | 111010 |
Color Harmonies of #A1D84F
Complementary color
Monochromatic Colors of #A1D84F
Black with #A1D84F
Text Example
Text Example
White with #A1D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D84F; }
p { color: rgb(161,216,79); }
H1.HeaderClassName
{
color: #A1D84F;
}
.AnyTagClassName
{
color: #A1D84F;
}
</style>
background-color css
<style>
a { background-color: #A1D84F; }
a { background-color: rgb(161,216,79); }
div.DivClassName
{
background-color: #A1D84F;
}
.BgClassName
{
background-color: #A1D84F;
}
</style>
border-color css
<style>
span { border-color: #A1D84F; }
span { border-color: rgb(161,216,79); }
td.TdClassName
{
border-color: #A1D84F;
}
.TagClassName
{
border-color: #A1D84F;
}
</style>