Shades of Conifer #A1D25F
Tints of Conifer #A1D25F
RGB
CMYK
RGB Variations
Color information
#A1D25F (or 0xA1D25F) is known color: Conifer. HEX triplet: A1, D2 and 5F. RGB value is (161,210,95). Sum of RGB (Red+Green+Blue) = 161+210+95=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D25F is #5E2DA0. Grayscale: #B6B6B6. Windows color (decimal): -6172065 or 6279841. OLE color: 6279841.
HSL color Cylindrical-coordinate representation of color #A1D25F: hue angle of 85.57º 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 #A1D25F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 95 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.18 |
| HSL | 85.57º | 0.56% | 0.6% | - |
| HSV(B) | 85.57º | 0.55% | 0.82% | - |
| XYZ | 39.81 | 54.5 | 19.25 | - |
| YUV | 182.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 95 | 0.23 | 0 | 0.55 | 0.18 | 85.57 | 0.56 | 0.6 |
| Hex | A1 | D2 | 5F | 17 | 0 | 37 | 12 | 56 | 38 | 3C |
| Octal | 241 | 322 | 137 | 27 | 0 | 67 | 22 | 126 | 70 | 74 |
| Binary | 10100001 | 11010010 | 1011111 | 10111 | 0 | 110111 | 10010 | 1010110 | 111000 | 111100 |
Color Harmonies of #A1D25F
Complementary color
Monochromatic Colors of #A1D25F
Black with #A1D25F
Text Example
Text Example
White with #A1D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D25F; }
p { color: rgb(161,210,95); }
H1.HeaderClassName
{
color: #A1D25F;
}
.AnyTagClassName
{
color: #A1D25F;
}
</style>
background-color css
<style>
a { background-color: #A1D25F; }
a { background-color: rgb(161,210,95); }
div.DivClassName
{
background-color: #A1D25F;
}
.BgClassName
{
background-color: #A1D25F;
}
</style>
border-color css
<style>
span { border-color: #A1D25F; }
span { border-color: rgb(161,210,95); }
td.TdClassName
{
border-color: #A1D25F;
}
.TagClassName
{
border-color: #A1D25F;
}
</style>