Shades of Conifer #A1EF62
Tints of Conifer #A1EF62
RGB
CMYK
RGB Variations
Color information
#A1EF62 (or 0xA1EF62) is known color: Conifer. HEX triplet: A1, EF and 62. RGB value is (161,239,98). Sum of RGB (Red+Green+Blue) = 161+239+98=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF62 is #5E109D. Grayscale: #C8C8C8. Windows color (decimal): -6164638 or 6483873. OLE color: 6483873.
HSL color Cylindrical-coordinate representation of color #A1EF62: hue angle of 93.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1EF62 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 98 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.06 |
| HSL | 93.19º | 0.82% | 0.66% | - |
| HSV(B) | 93.19º | 0.59% | 0.94% | - |
| XYZ | 47.77 | 70.19 | 22.59 | - |
| YUV | 199.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 98 | 0.33 | 0 | 0.59 | 0.06 | 93.19 | 0.82 | 0.66 |
| Hex | A1 | EF | 62 | 21 | 0 | 3B | 6 | 5D | 52 | 42 |
| Octal | 241 | 357 | 142 | 41 | 0 | 73 | 6 | 135 | 122 | 102 |
| Binary | 10100001 | 11101111 | 1100010 | 100001 | 0 | 111011 | 110 | 1011101 | 1010010 | 1000010 |
Color Harmonies of #A1EF62
Complementary color
Monochromatic Colors of #A1EF62
Black with #A1EF62
Text Example
Text Example
White with #A1EF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF62; }
p { color: rgb(161,239,98); }
H1.HeaderClassName
{
color: #A1EF62;
}
.AnyTagClassName
{
color: #A1EF62;
}
</style>
background-color css
<style>
a { background-color: #A1EF62; }
a { background-color: rgb(161,239,98); }
div.DivClassName
{
background-color: #A1EF62;
}
.BgClassName
{
background-color: #A1EF62;
}
</style>
border-color css
<style>
span { border-color: #A1EF62; }
span { border-color: rgb(161,239,98); }
td.TdClassName
{
border-color: #A1EF62;
}
.TagClassName
{
border-color: #A1EF62;
}
</style>