Shades of Conifer #A1D262
Tints of Conifer #A1D262
RGB
CMYK
RGB Variations
Color information
#A1D262 (or 0xA1D262) is known color: Conifer. HEX triplet: A1, D2 and 62. RGB value is (161,210,98). Sum of RGB (Red+Green+Blue) = 161+210+98=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D262 is #5E2D9D. Grayscale: #B6B6B6. Windows color (decimal): -6172062 or 6476449. OLE color: 6476449.
HSL color Cylindrical-coordinate representation of color #A1D262: hue angle of 86.25º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1D262 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 98 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.18 |
| HSL | 86.25º | 0.55% | 0.6% | - |
| HSV(B) | 86.25º | 0.53% | 0.82% | - |
| XYZ | 39.95 | 54.55 | 19.98 | - |
| YUV | 182.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 98 | 0.23 | 0 | 0.53 | 0.18 | 86.25 | 0.55 | 0.6 |
| Hex | A1 | D2 | 62 | 17 | 0 | 35 | 12 | 56 | 37 | 3C |
| Octal | 241 | 322 | 142 | 27 | 0 | 65 | 22 | 126 | 67 | 74 |
| Binary | 10100001 | 11010010 | 1100010 | 10111 | 0 | 110101 | 10010 | 1010110 | 110111 | 111100 |
Color Harmonies of #A1D262
Complementary color
Monochromatic Colors of #A1D262
Black with #A1D262
Text Example
Text Example
White with #A1D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D262; }
p { color: rgb(161,210,98); }
H1.HeaderClassName
{
color: #A1D262;
}
.AnyTagClassName
{
color: #A1D262;
}
</style>
background-color css
<style>
a { background-color: #A1D262; }
a { background-color: rgb(161,210,98); }
div.DivClassName
{
background-color: #A1D262;
}
.BgClassName
{
background-color: #A1D262;
}
</style>
border-color css
<style>
span { border-color: #A1D262; }
span { border-color: rgb(161,210,98); }
td.TdClassName
{
border-color: #A1D262;
}
.TagClassName
{
border-color: #A1D262;
}
</style>