Shades of Conifer #A1D25E
Tints of Conifer #A1D25E
RGB
CMYK
RGB Variations
Color information
#A1D25E (or 0xA1D25E) is known color: Conifer. HEX triplet: A1, D2 and 5E. RGB value is (161,210,94). Sum of RGB (Red+Green+Blue) = 161+210+94=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D25E is #5E2DA1. Grayscale: #B6B6B6. Windows color (decimal): -6172066 or 6214305. OLE color: 6214305.
HSL color Cylindrical-coordinate representation of color #A1D25E: hue angle of 85.34º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1D25E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 94 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.18 |
| HSL | 85.34º | 0.56% | 0.6% | - |
| HSV(B) | 85.34º | 0.55% | 0.82% | - |
| XYZ | 39.76 | 54.48 | 19.01 | - |
| YUV | 182.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 94 | 0.23 | 0 | 0.55 | 0.18 | 85.34 | 0.56 | 0.6 |
| Hex | A1 | D2 | 5E | 17 | 0 | 37 | 12 | 55 | 38 | 3C |
| Octal | 241 | 322 | 136 | 27 | 0 | 67 | 22 | 125 | 70 | 74 |
| Binary | 10100001 | 11010010 | 1011110 | 10111 | 0 | 110111 | 10010 | 1010101 | 111000 | 111100 |
Color Harmonies of #A1D25E
Complementary color
Monochromatic Colors of #A1D25E
Black with #A1D25E
Text Example
Text Example
White with #A1D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D25E; }
p { color: rgb(161,210,94); }
H1.HeaderClassName
{
color: #A1D25E;
}
.AnyTagClassName
{
color: #A1D25E;
}
</style>
background-color css
<style>
a { background-color: #A1D25E; }
a { background-color: rgb(161,210,94); }
div.DivClassName
{
background-color: #A1D25E;
}
.BgClassName
{
background-color: #A1D25E;
}
</style>
border-color css
<style>
span { border-color: #A1D25E; }
span { border-color: rgb(161,210,94); }
td.TdClassName
{
border-color: #A1D25E;
}
.TagClassName
{
border-color: #A1D25E;
}
</style>