Shades of Conifer #A2EF56
Tints of Conifer #A2EF56
RGB
CMYK
RGB Variations
Color information
#A2EF56 (or 0xA2EF56) is known color: Conifer. HEX triplet: A2, EF and 56. RGB value is (162,239,86). Sum of RGB (Red+Green+Blue) = 162+239+86=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF56 is #5D10A9. Grayscale: #C7C7C7. Windows color (decimal): -6099114 or 5697442. OLE color: 5697442.
HSL color Cylindrical-coordinate representation of color #A2EF56: hue angle of 90.2º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2EF56 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 86 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.06 |
| HSL | 90.2º | 0.83% | 0.64% | - |
| HSV(B) | 90.2º | 0.64% | 0.94% | - |
| XYZ | 47.45 | 70.09 | 19.83 | - |
| YUV | 198.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 86 | 0.32 | 0 | 0.64 | 0.06 | 90.2 | 0.83 | 0.64 |
| Hex | A2 | EF | 56 | 20 | 0 | 40 | 6 | 5A | 53 | 40 |
| Octal | 242 | 357 | 126 | 40 | 0 | 100 | 6 | 132 | 123 | 100 |
| Binary | 10100010 | 11101111 | 1010110 | 100000 | 0 | 1000000 | 110 | 1011010 | 1010011 | 1000000 |
Color Harmonies of #A2EF56
Complementary color
Monochromatic Colors of #A2EF56
Black with #A2EF56
Text Example
Text Example
White with #A2EF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF56; }
p { color: rgb(162,239,86); }
H1.HeaderClassName
{
color: #A2EF56;
}
.AnyTagClassName
{
color: #A2EF56;
}
</style>
background-color css
<style>
a { background-color: #A2EF56; }
a { background-color: rgb(162,239,86); }
div.DivClassName
{
background-color: #A2EF56;
}
.BgClassName
{
background-color: #A2EF56;
}
</style>
border-color css
<style>
span { border-color: #A2EF56; }
span { border-color: rgb(162,239,86); }
td.TdClassName
{
border-color: #A2EF56;
}
.TagClassName
{
border-color: #A2EF56;
}
</style>