Shades of Conifer #A1D65B
Tints of Conifer #A1D65B
RGB
CMYK
RGB Variations
Color information
#A1D65B (or 0xA1D65B) is known color: Conifer. HEX triplet: A1, D6 and 5B. RGB value is (161,214,91). Sum of RGB (Red+Green+Blue) = 161+214+91=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D65B is #5E29A4. Grayscale: #B8B8B8. Windows color (decimal): -6171045 or 6018721. OLE color: 6018721.
HSL color Cylindrical-coordinate representation of color #A1D65B: hue angle of 85.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1D65B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 91 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.16 |
| HSL | 85.85º | 0.6% | 0.6% | - |
| HSV(B) | 85.85º | 0.57% | 0.84% | - |
| XYZ | 40.63 | 56.43 | 18.65 | - |
| YUV | 184.13 | 75.44 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 91 | 0.25 | 0 | 0.57 | 0.16 | 85.85 | 0.6 | 0.6 |
| Hex | A1 | D6 | 5B | 19 | 0 | 39 | 10 | 56 | 3C | 3C |
| Octal | 241 | 326 | 133 | 31 | 0 | 71 | 20 | 126 | 74 | 74 |
| Binary | 10100001 | 11010110 | 1011011 | 11001 | 0 | 111001 | 10000 | 1010110 | 111100 | 111100 |
Color Harmonies of #A1D65B
Complementary color
Monochromatic Colors of #A1D65B
Black with #A1D65B
Text Example
Text Example
White with #A1D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D65B; }
p { color: rgb(161,214,91); }
H1.HeaderClassName
{
color: #A1D65B;
}
.AnyTagClassName
{
color: #A1D65B;
}
</style>
background-color css
<style>
a { background-color: #A1D65B; }
a { background-color: rgb(161,214,91); }
div.DivClassName
{
background-color: #A1D65B;
}
.BgClassName
{
background-color: #A1D65B;
}
</style>
border-color css
<style>
span { border-color: #A1D65B; }
span { border-color: rgb(161,214,91); }
td.TdClassName
{
border-color: #A1D65B;
}
.TagClassName
{
border-color: #A1D65B;
}
</style>