Shades of Conifer #A1EF52
Tints of Conifer #A1EF52
RGB
CMYK
RGB Variations
Color information
#A1EF52 (or 0xA1EF52) is known color: Conifer. HEX triplet: A1, EF and 52. RGB value is (161,239,82). Sum of RGB (Red+Green+Blue) = 161+239+82=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF52 is #5E10AD. Grayscale: #C6C6C6. Windows color (decimal): -6164654 or 5435297. OLE color: 5435297.
HSL color Cylindrical-coordinate representation of color #A1EF52: hue angle of 89.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1EF52 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 82 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.06 |
| HSL | 89.81º | 0.83% | 0.63% | - |
| HSV(B) | 89.81º | 0.66% | 0.94% | - |
| XYZ | 47.09 | 69.92 | 19 | - |
| YUV | 197.78 | 62.66 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 82 | 0.33 | 0 | 0.66 | 0.06 | 89.81 | 0.83 | 0.63 |
| Hex | A1 | EF | 52 | 21 | 0 | 42 | 6 | 5A | 53 | 3F |
| Octal | 241 | 357 | 122 | 41 | 0 | 102 | 6 | 132 | 123 | 77 |
| Binary | 10100001 | 11101111 | 1010010 | 100001 | 0 | 1000010 | 110 | 1011010 | 1010011 | 111111 |
Color Harmonies of #A1EF52
Complementary color
Monochromatic Colors of #A1EF52
Black with #A1EF52
Text Example
Text Example
White with #A1EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF52; }
p { color: rgb(161,239,82); }
H1.HeaderClassName
{
color: #A1EF52;
}
.AnyTagClassName
{
color: #A1EF52;
}
</style>
background-color css
<style>
a { background-color: #A1EF52; }
a { background-color: rgb(161,239,82); }
div.DivClassName
{
background-color: #A1EF52;
}
.BgClassName
{
background-color: #A1EF52;
}
</style>
border-color css
<style>
span { border-color: #A1EF52; }
span { border-color: rgb(161,239,82); }
td.TdClassName
{
border-color: #A1EF52;
}
.TagClassName
{
border-color: #A1EF52;
}
</style>