Shades of Conifer #A2EF57
Tints of Conifer #A2EF57
RGB
CMYK
RGB Variations
Color information
#A2EF57 (or 0xA2EF57) is known color: Conifer. HEX triplet: A2, EF and 57. RGB value is (162,239,87). Sum of RGB (Red+Green+Blue) = 162+239+87=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF57 is #5D10A8. Grayscale: #C7C7C7. Windows color (decimal): -6099113 or 5762978. OLE color: 5762978.
HSL color Cylindrical-coordinate representation of color #A2EF57: hue angle of 90.39º 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 #A2EF57 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 87 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.06 |
| HSL | 90.39º | 0.83% | 0.64% | - |
| HSV(B) | 90.39º | 0.64% | 0.94% | - |
| XYZ | 47.49 | 70.1 | 20.05 | - |
| YUV | 198.65 | 64.99 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 87 | 0.32 | 0 | 0.64 | 0.06 | 90.39 | 0.83 | 0.64 |
| Hex | A2 | EF | 57 | 20 | 0 | 40 | 6 | 5A | 53 | 40 |
| Octal | 242 | 357 | 127 | 40 | 0 | 100 | 6 | 132 | 123 | 100 |
| Binary | 10100010 | 11101111 | 1010111 | 100000 | 0 | 1000000 | 110 | 1011010 | 1010011 | 1000000 |
Color Harmonies of #A2EF57
Complementary color
Monochromatic Colors of #A2EF57
Black with #A2EF57
Text Example
Text Example
White with #A2EF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF57; }
p { color: rgb(162,239,87); }
H1.HeaderClassName
{
color: #A2EF57;
}
.AnyTagClassName
{
color: #A2EF57;
}
</style>
background-color css
<style>
a { background-color: #A2EF57; }
a { background-color: rgb(162,239,87); }
div.DivClassName
{
background-color: #A2EF57;
}
.BgClassName
{
background-color: #A2EF57;
}
</style>
border-color css
<style>
span { border-color: #A2EF57; }
span { border-color: rgb(162,239,87); }
td.TdClassName
{
border-color: #A2EF57;
}
.TagClassName
{
border-color: #A2EF57;
}
</style>