Shades of Conifer #A1D34F
Tints of Conifer #A1D34F
RGB
CMYK
RGB Variations
Color information
#A1D34F (or 0xA1D34F) is known color: Conifer. HEX triplet: A1, D3 and 4F. RGB value is (161,211,79). Sum of RGB (Red+Green+Blue) = 161+211+79=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D34F is #5E2CB0. Grayscale: #B5B5B5. Windows color (decimal): -6171825 or 5231521. OLE color: 5231521.
HSL color Cylindrical-coordinate representation of color #A1D34F: hue angle of 82.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1D34F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 79 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.17 |
| HSL | 82.73º | 0.6% | 0.57% | - |
| HSV(B) | 82.73º | 0.63% | 0.83% | - |
| XYZ | 39.4 | 54.73 | 15.88 | - |
| YUV | 181 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 79 | 0.24 | 0 | 0.63 | 0.17 | 82.73 | 0.6 | 0.57 |
| Hex | A1 | D3 | 4F | 18 | 0 | 3F | 11 | 53 | 3C | 39 |
| Octal | 241 | 323 | 117 | 30 | 0 | 77 | 21 | 123 | 74 | 71 |
| Binary | 10100001 | 11010011 | 1001111 | 11000 | 0 | 111111 | 10001 | 1010011 | 111100 | 111001 |
Color Harmonies of #A1D34F
Complementary color
Monochromatic Colors of #A1D34F
Black with #A1D34F
Text Example
Text Example
White with #A1D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D34F; }
p { color: rgb(161,211,79); }
H1.HeaderClassName
{
color: #A1D34F;
}
.AnyTagClassName
{
color: #A1D34F;
}
</style>
background-color css
<style>
a { background-color: #A1D34F; }
a { background-color: rgb(161,211,79); }
div.DivClassName
{
background-color: #A1D34F;
}
.BgClassName
{
background-color: #A1D34F;
}
</style>
border-color css
<style>
span { border-color: #A1D34F; }
span { border-color: rgb(161,211,79); }
td.TdClassName
{
border-color: #A1D34F;
}
.TagClassName
{
border-color: #A1D34F;
}
</style>