Shades of Conifer #A1DC67
Tints of Conifer #A1DC67
RGB
CMYK
RGB Variations
Color information
#A1DC67 (or 0xA1DC67) is known color: Conifer. HEX triplet: A1, DC and 67. RGB value is (161,220,103). Sum of RGB (Red+Green+Blue) = 161+220+103=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC67 is #5E2398. Grayscale: #BDBDBD. Windows color (decimal): -6169497 or 6806689. OLE color: 6806689.
HSL color Cylindrical-coordinate representation of color #A1DC67: hue angle of 90.26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1DC67 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 103 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.14 |
| HSL | 90.26º | 0.63% | 0.63% | - |
| HSV(B) | 90.26º | 0.53% | 0.86% | - |
| XYZ | 42.74 | 59.74 | 22.11 | - |
| YUV | 189.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 103 | 0.27 | 0 | 0.53 | 0.14 | 90.26 | 0.63 | 0.63 |
| Hex | A1 | DC | 67 | 1B | 0 | 35 | E | 5A | 3F | 3F |
| Octal | 241 | 334 | 147 | 33 | 0 | 65 | 16 | 132 | 77 | 77 |
| Binary | 10100001 | 11011100 | 1100111 | 11011 | 0 | 110101 | 1110 | 1011010 | 111111 | 111111 |
Color Harmonies of #A1DC67
Complementary color
Monochromatic Colors of #A1DC67
Black with #A1DC67
Text Example
Text Example
White with #A1DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC67; }
p { color: rgb(161,220,103); }
H1.HeaderClassName
{
color: #A1DC67;
}
.AnyTagClassName
{
color: #A1DC67;
}
</style>
background-color css
<style>
a { background-color: #A1DC67; }
a { background-color: rgb(161,220,103); }
div.DivClassName
{
background-color: #A1DC67;
}
.BgClassName
{
background-color: #A1DC67;
}
</style>
border-color css
<style>
span { border-color: #A1DC67; }
span { border-color: rgb(161,220,103); }
td.TdClassName
{
border-color: #A1DC67;
}
.TagClassName
{
border-color: #A1DC67;
}
</style>