Shades of Conifer #A1D260
Tints of Conifer #A1D260
RGB
CMYK
RGB Variations
Color information
#A1D260 (or 0xA1D260) is known color: Conifer. HEX triplet: A1, D2 and 60. RGB value is (161,210,96). Sum of RGB (Red+Green+Blue) = 161+210+96=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D260 is #5E2D9F. Grayscale: #B6B6B6. Windows color (decimal): -6172064 or 6345377. OLE color: 6345377.
HSL color Cylindrical-coordinate representation of color #A1D260: hue angle of 85.79º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D260 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 96 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.18 |
| HSL | 85.79º | 0.56% | 0.6% | - |
| HSV(B) | 85.79º | 0.54% | 0.82% | - |
| XYZ | 39.86 | 54.51 | 19.49 | - |
| YUV | 182.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 96 | 0.23 | 0 | 0.54 | 0.18 | 85.79 | 0.56 | 0.6 |
| Hex | A1 | D2 | 60 | 17 | 0 | 36 | 12 | 56 | 38 | 3C |
| Octal | 241 | 322 | 140 | 27 | 0 | 66 | 22 | 126 | 70 | 74 |
| Binary | 10100001 | 11010010 | 1100000 | 10111 | 0 | 110110 | 10010 | 1010110 | 111000 | 111100 |
Color Harmonies of #A1D260
Complementary color
Monochromatic Colors of #A1D260
Black with #A1D260
Text Example
Text Example
White with #A1D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D260; }
p { color: rgb(161,210,96); }
H1.HeaderClassName
{
color: #A1D260;
}
.AnyTagClassName
{
color: #A1D260;
}
</style>
background-color css
<style>
a { background-color: #A1D260; }
a { background-color: rgb(161,210,96); }
div.DivClassName
{
background-color: #A1D260;
}
.BgClassName
{
background-color: #A1D260;
}
</style>
border-color css
<style>
span { border-color: #A1D260; }
span { border-color: rgb(161,210,96); }
td.TdClassName
{
border-color: #A1D260;
}
.TagClassName
{
border-color: #A1D260;
}
</style>