Shades of Conifer #A1FE67
Tints of Conifer #A1FE67
RGB
CMYK
RGB Variations
Color information
#A1FE67 (or 0xA1FE67) is known color: Conifer. HEX triplet: A1, FE and 67. RGB value is (161,254,103). Sum of RGB (Red+Green+Blue) = 161+254+103=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE67 is #5E0198. Grayscale: #D1D1D1. Windows color (decimal): -6160793 or 6815393. OLE color: 6815393.
HSL color Cylindrical-coordinate representation of color #A1FE67: hue angle of 96.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1FE67 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 103 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.00 |
| HSL | 96.95º | 0.99% | 0.7% | - |
| HSV(B) | 96.95º | 0.59% | 1% | - |
| XYZ | 52.59 | 79.44 | 25.39 | - |
| YUV | 208.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 103 | 0.37 | 0 | 0.59 | 0.00 | 96.95 | 0.99 | 0.7 |
| Hex | A1 | FE | 67 | 25 | 0 | 3B | 0 | 61 | 63 | 46 |
| Octal | 241 | 376 | 147 | 45 | 0 | 73 | 0 | 141 | 143 | 106 |
| Binary | 10100001 | 11111110 | 1100111 | 100101 | 0 | 111011 | 0 | 1100001 | 1100011 | 1000110 |
Color Harmonies of #A1FE67
Complementary color
Monochromatic Colors of #A1FE67
Black with #A1FE67
Text Example
Text Example
White with #A1FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE67; }
p { color: rgb(161,254,103); }
H1.HeaderClassName
{
color: #A1FE67;
}
.AnyTagClassName
{
color: #A1FE67;
}
</style>
background-color css
<style>
a { background-color: #A1FE67; }
a { background-color: rgb(161,254,103); }
div.DivClassName
{
background-color: #A1FE67;
}
.BgClassName
{
background-color: #A1FE67;
}
</style>
border-color css
<style>
span { border-color: #A1FE67; }
span { border-color: rgb(161,254,103); }
td.TdClassName
{
border-color: #A1FE67;
}
.TagClassName
{
border-color: #A1FE67;
}
</style>