Shades of Conifer #A1EE66
Tints of Conifer #A1EE66
RGB
CMYK
RGB Variations
Color information
#A1EE66 (or 0xA1EE66) is known color: Conifer. HEX triplet: A1, EE and 66. RGB value is (161,238,102). Sum of RGB (Red+Green+Blue) = 161+238+102=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EE66 is #5E1199. Grayscale: #C7C7C7. Windows color (decimal): -6164890 or 6745761. OLE color: 6745761.
HSL color Cylindrical-coordinate representation of color #A1EE66: hue angle of 93.97º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1EE66 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 102 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.07 |
| HSL | 93.97º | 0.8% | 0.67% | - |
| HSV(B) | 93.97º | 0.57% | 0.93% | - |
| XYZ | 47.67 | 69.69 | 23.51 | - |
| YUV | 199.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 102 | 0.32 | 0 | 0.57 | 0.07 | 93.97 | 0.8 | 0.67 |
| Hex | A1 | EE | 66 | 20 | 0 | 39 | 7 | 5E | 50 | 43 |
| Octal | 241 | 356 | 146 | 40 | 0 | 71 | 7 | 136 | 120 | 103 |
| Binary | 10100001 | 11101110 | 1100110 | 100000 | 0 | 111001 | 111 | 1011110 | 1010000 | 1000011 |
Color Harmonies of #A1EE66
Complementary color
Monochromatic Colors of #A1EE66
Black with #A1EE66
Text Example
Text Example
White with #A1EE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE66; }
p { color: rgb(161,238,102); }
H1.HeaderClassName
{
color: #A1EE66;
}
.AnyTagClassName
{
color: #A1EE66;
}
</style>
background-color css
<style>
a { background-color: #A1EE66; }
a { background-color: rgb(161,238,102); }
div.DivClassName
{
background-color: #A1EE66;
}
.BgClassName
{
background-color: #A1EE66;
}
</style>
border-color css
<style>
span { border-color: #A1EE66; }
span { border-color: rgb(161,238,102); }
td.TdClassName
{
border-color: #A1EE66;
}
.TagClassName
{
border-color: #A1EE66;
}
</style>