Shades of Conifer #A1DD65
Tints of Conifer #A1DD65
RGB
CMYK
RGB Variations
Color information
#A1DD65 (or 0xA1DD65) is known color: Conifer. HEX triplet: A1, DD and 65. RGB value is (161,221,101). Sum of RGB (Red+Green+Blue) = 161+221+101=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD65 is #5E229A. Grayscale: #BDBDBD. Windows color (decimal): -6169243 or 6675873. OLE color: 6675873.
HSL color Cylindrical-coordinate representation of color #A1DD65: hue angle of 90º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1DD65 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 101 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.13 |
| HSL | 90º | 0.64% | 0.63% | - |
| HSV(B) | 90º | 0.54% | 0.87% | - |
| XYZ | 42.9 | 60.23 | 21.68 | - |
| YUV | 189.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 101 | 0.27 | 0 | 0.54 | 0.13 | 90 | 0.64 | 0.63 |
| Hex | A1 | DD | 65 | 1B | 0 | 36 | D | 5A | 40 | 3F |
| Octal | 241 | 335 | 145 | 33 | 0 | 66 | 15 | 132 | 100 | 77 |
| Binary | 10100001 | 11011101 | 1100101 | 11011 | 0 | 110110 | 1101 | 1011010 | 1000000 | 111111 |
Color Harmonies of #A1DD65
Complementary color
Monochromatic Colors of #A1DD65
Black with #A1DD65
Text Example
Text Example
White with #A1DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD65; }
p { color: rgb(161,221,101); }
H1.HeaderClassName
{
color: #A1DD65;
}
.AnyTagClassName
{
color: #A1DD65;
}
</style>
background-color css
<style>
a { background-color: #A1DD65; }
a { background-color: rgb(161,221,101); }
div.DivClassName
{
background-color: #A1DD65;
}
.BgClassName
{
background-color: #A1DD65;
}
</style>
border-color css
<style>
span { border-color: #A1DD65; }
span { border-color: rgb(161,221,101); }
td.TdClassName
{
border-color: #A1DD65;
}
.TagClassName
{
border-color: #A1DD65;
}
</style>