Shades of Conifer #A1FF67
Tints of Conifer #A1FF67
RGB
CMYK
RGB Variations
Color information
#A1FF67 (or 0xA1FF67) is known color: Conifer. HEX triplet: A1, FF and 67. RGB value is (161,255,103). Sum of RGB (Red+Green+Blue) = 161+255+103=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF67 is #5E0098. Grayscale: #D2D2D2. Windows color (decimal): -6160537 or 6815649. OLE color: 6815649.
HSL color Cylindrical-coordinate representation of color #A1FF67: hue angle of 97.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1FF67 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 103 | - |
| CMYK | 0.37 | 0 | 0.60 | 0 |
| HSL | 97.11º | 1% | 0.7% | - |
| HSV(B) | 97.11º | 0.6% | 1% | - |
| XYZ | 52.91 | 80.08 | 25.5 | - |
| YUV | 209.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 103 | 0.37 | 0 | 0.60 | 0 | 97.11 | 1 | 0.7 |
| Hex | A1 | FF | 67 | 25 | 0 | 3C | 0 | 61 | 64 | 46 |
| Octal | 241 | 377 | 147 | 45 | 0 | 74 | 0 | 141 | 144 | 106 |
| Binary | 10100001 | 11111111 | 1100111 | 100101 | 0 | 111100 | 0 | 1100001 | 1100100 | 1000110 |
Color Harmonies of #A1FF67
Complementary color
Monochromatic Colors of #A1FF67
Black with #A1FF67
Text Example
Text Example
White with #A1FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF67; }
p { color: rgb(161,255,103); }
H1.HeaderClassName
{
color: #A1FF67;
}
.AnyTagClassName
{
color: #A1FF67;
}
</style>
background-color css
<style>
a { background-color: #A1FF67; }
a { background-color: rgb(161,255,103); }
div.DivClassName
{
background-color: #A1FF67;
}
.BgClassName
{
background-color: #A1FF67;
}
</style>
border-color css
<style>
span { border-color: #A1FF67; }
span { border-color: rgb(161,255,103); }
td.TdClassName
{
border-color: #A1FF67;
}
.TagClassName
{
border-color: #A1FF67;
}
</style>