Shades of Conifer #A1DD67
Tints of Conifer #A1DD67
RGB
CMYK
RGB Variations
Color information
#A1DD67 (or 0xA1DD67) is known color: Conifer. HEX triplet: A1, DD and 67. RGB value is (161,221,103). Sum of RGB (Red+Green+Blue) = 161+221+103=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD67 is #5E2298. Grayscale: #BEBEBE. Windows color (decimal): -6169241 or 6806945. OLE color: 6806945.
HSL color Cylindrical-coordinate representation of color #A1DD67: hue angle of 90.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1DD67 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 103 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.13 |
| HSL | 90.51º | 0.63% | 0.64% | - |
| HSV(B) | 90.51º | 0.53% | 0.87% | - |
| XYZ | 43 | 60.27 | 22.2 | - |
| YUV | 189.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 103 | 0.27 | 0 | 0.53 | 0.13 | 90.51 | 0.63 | 0.64 |
| Hex | A1 | DD | 67 | 1B | 0 | 35 | D | 5B | 3F | 40 |
| Octal | 241 | 335 | 147 | 33 | 0 | 65 | 15 | 133 | 77 | 100 |
| Binary | 10100001 | 11011101 | 1100111 | 11011 | 0 | 110101 | 1101 | 1011011 | 111111 | 1000000 |
Color Harmonies of #A1DD67
Complementary color
Monochromatic Colors of #A1DD67
Black with #A1DD67
Text Example
Text Example
White with #A1DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD67; }
p { color: rgb(161,221,103); }
H1.HeaderClassName
{
color: #A1DD67;
}
.AnyTagClassName
{
color: #A1DD67;
}
</style>
background-color css
<style>
a { background-color: #A1DD67; }
a { background-color: rgb(161,221,103); }
div.DivClassName
{
background-color: #A1DD67;
}
.BgClassName
{
background-color: #A1DD67;
}
</style>
border-color css
<style>
span { border-color: #A1DD67; }
span { border-color: rgb(161,221,103); }
td.TdClassName
{
border-color: #A1DD67;
}
.TagClassName
{
border-color: #A1DD67;
}
</style>