Shades of Conifer #A2EE52
Tints of Conifer #A2EE52
RGB
CMYK
RGB Variations
Color information
#A2EE52 (or 0xA2EE52) is known color: Conifer. HEX triplet: A2, EE and 52. RGB value is (162,238,82). Sum of RGB (Red+Green+Blue) = 162+238+82=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EE52 is #5D11AD. Grayscale: #C6C6C6. Windows color (decimal): -6099374 or 5435042. OLE color: 5435042.
HSL color Cylindrical-coordinate representation of color #A2EE52: hue angle of 89.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2EE52 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 82 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.07 |
| HSL | 89.23º | 0.82% | 0.63% | - |
| HSV(B) | 89.23º | 0.66% | 0.93% | - |
| XYZ | 47 | 69.44 | 18.91 | - |
| YUV | 197.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 82 | 0.32 | 0 | 0.66 | 0.07 | 89.23 | 0.82 | 0.63 |
| Hex | A2 | EE | 52 | 20 | 0 | 42 | 7 | 59 | 52 | 3F |
| Octal | 242 | 356 | 122 | 40 | 0 | 102 | 7 | 131 | 122 | 77 |
| Binary | 10100010 | 11101110 | 1010010 | 100000 | 0 | 1000010 | 111 | 1011001 | 1010010 | 111111 |
Color Harmonies of #A2EE52
Complementary color
Monochromatic Colors of #A2EE52
Black with #A2EE52
Text Example
Text Example
White with #A2EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EE52; }
p { color: rgb(162,238,82); }
H1.HeaderClassName
{
color: #A2EE52;
}
.AnyTagClassName
{
color: #A2EE52;
}
</style>
background-color css
<style>
a { background-color: #A2EE52; }
a { background-color: rgb(162,238,82); }
div.DivClassName
{
background-color: #A2EE52;
}
.BgClassName
{
background-color: #A2EE52;
}
</style>
border-color css
<style>
span { border-color: #A2EE52; }
span { border-color: rgb(162,238,82); }
td.TdClassName
{
border-color: #A2EE52;
}
.TagClassName
{
border-color: #A2EE52;
}
</style>