Shades of Conifer #A1D25C
Tints of Conifer #A1D25C
RGB
CMYK
RGB Variations
Color information
#A1D25C (or 0xA1D25C) is known color: Conifer. HEX triplet: A1, D2 and 5C. RGB value is (161,210,92). Sum of RGB (Red+Green+Blue) = 161+210+92=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D25C is #5E2DA3. Grayscale: #B6B6B6. Windows color (decimal): -6172068 or 6083233. OLE color: 6083233.
HSL color Cylindrical-coordinate representation of color #A1D25C: hue angle of 84.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1D25C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 92 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.18 |
| HSL | 84.92º | 0.57% | 0.59% | - |
| HSV(B) | 84.92º | 0.56% | 0.82% | - |
| XYZ | 39.68 | 54.44 | 18.54 | - |
| YUV | 181.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 92 | 0.23 | 0 | 0.56 | 0.18 | 84.92 | 0.57 | 0.59 |
| Hex | A1 | D2 | 5C | 17 | 0 | 38 | 12 | 55 | 39 | 3B |
| Octal | 241 | 322 | 134 | 27 | 0 | 70 | 22 | 125 | 71 | 73 |
| Binary | 10100001 | 11010010 | 1011100 | 10111 | 0 | 111000 | 10010 | 1010101 | 111001 | 111011 |
Color Harmonies of #A1D25C
Complementary color
Monochromatic Colors of #A1D25C
Black with #A1D25C
Text Example
Text Example
White with #A1D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D25C; }
p { color: rgb(161,210,92); }
H1.HeaderClassName
{
color: #A1D25C;
}
.AnyTagClassName
{
color: #A1D25C;
}
</style>
background-color css
<style>
a { background-color: #A1D25C; }
a { background-color: rgb(161,210,92); }
div.DivClassName
{
background-color: #A1D25C;
}
.BgClassName
{
background-color: #A1D25C;
}
</style>
border-color css
<style>
span { border-color: #A1D25C; }
span { border-color: rgb(161,210,92); }
td.TdClassName
{
border-color: #A1D25C;
}
.TagClassName
{
border-color: #A1D25C;
}
</style>