Shades of Conifer #A1EE67
Tints of Conifer #A1EE67
RGB
CMYK
RGB Variations
Color information
#A1EE67 (or 0xA1EE67) is known color: Conifer. HEX triplet: A1, EE and 67. RGB value is (161,238,103). Sum of RGB (Red+Green+Blue) = 161+238+103=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EE67 is #5E1198. Grayscale: #C8C8C8. Windows color (decimal): -6164889 or 6811297. OLE color: 6811297.
HSL color Cylindrical-coordinate representation of color #A1EE67: hue angle of 94.22º 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 #A1EE67 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 103 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.07 |
| HSL | 94.22º | 0.8% | 0.67% | - |
| HSV(B) | 94.22º | 0.57% | 0.93% | - |
| XYZ | 47.72 | 69.71 | 23.77 | - |
| YUV | 199.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 103 | 0.32 | 0 | 0.57 | 0.07 | 94.22 | 0.8 | 0.67 |
| Hex | A1 | EE | 67 | 20 | 0 | 39 | 7 | 5E | 50 | 43 |
| Octal | 241 | 356 | 147 | 40 | 0 | 71 | 7 | 136 | 120 | 103 |
| Binary | 10100001 | 11101110 | 1100111 | 100000 | 0 | 111001 | 111 | 1011110 | 1010000 | 1000011 |
Color Harmonies of #A1EE67
Complementary color
Monochromatic Colors of #A1EE67
Black with #A1EE67
Text Example
Text Example
White with #A1EE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE67; }
p { color: rgb(161,238,103); }
H1.HeaderClassName
{
color: #A1EE67;
}
.AnyTagClassName
{
color: #A1EE67;
}
</style>
background-color css
<style>
a { background-color: #A1EE67; }
a { background-color: rgb(161,238,103); }
div.DivClassName
{
background-color: #A1EE67;
}
.BgClassName
{
background-color: #A1EE67;
}
</style>
border-color css
<style>
span { border-color: #A1EE67; }
span { border-color: rgb(161,238,103); }
td.TdClassName
{
border-color: #A1EE67;
}
.TagClassName
{
border-color: #A1EE67;
}
</style>