Shades of Conifer #A1E867
Tints of Conifer #A1E867
RGB
CMYK
RGB Variations
Color information
#A1E867 (or 0xA1E867) is known color: Conifer. HEX triplet: A1, E8 and 67. RGB value is (161,232,103). Sum of RGB (Red+Green+Blue) = 161+232+103=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E867 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E867 is #5E1798. Grayscale: #C4C4C4. Windows color (decimal): -6166425 or 6809761. OLE color: 6809761.
HSL color Cylindrical-coordinate representation of color #A1E867: hue angle of 93.02º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1E867 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 103 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.09 |
| HSL | 93.02º | 0.74% | 0.66% | - |
| HSV(B) | 93.02º | 0.56% | 0.91% | - |
| XYZ | 46 | 66.27 | 23.2 | - |
| YUV | 196.07 | 75.48 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 103 | 0.31 | 0 | 0.56 | 0.09 | 93.02 | 0.74 | 0.66 |
| Hex | A1 | E8 | 67 | 1F | 0 | 38 | 9 | 5D | 4A | 42 |
| Octal | 241 | 350 | 147 | 37 | 0 | 70 | 11 | 135 | 112 | 102 |
| Binary | 10100001 | 11101000 | 1100111 | 11111 | 0 | 111000 | 1001 | 1011101 | 1001010 | 1000010 |
Color Harmonies of #A1E867
Complementary color
Monochromatic Colors of #A1E867
Black with #A1E867
Text Example
Text Example
White with #A1E867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E867; }
p { color: rgb(161,232,103); }
H1.HeaderClassName
{
color: #A1E867;
}
.AnyTagClassName
{
color: #A1E867;
}
</style>
background-color css
<style>
a { background-color: #A1E867; }
a { background-color: rgb(161,232,103); }
div.DivClassName
{
background-color: #A1E867;
}
.BgClassName
{
background-color: #A1E867;
}
</style>
border-color css
<style>
span { border-color: #A1E867; }
span { border-color: rgb(161,232,103); }
td.TdClassName
{
border-color: #A1E867;
}
.TagClassName
{
border-color: #A1E867;
}
</style>