Shades of Conifer #A2FE56
Tints of Conifer #A2FE56
RGB
CMYK
RGB Variations
Color information
#A2FE56 (or 0xA2FE56) is known color: Conifer. HEX triplet: A2, FE and 56. RGB value is (162,254,86). Sum of RGB (Red+Green+Blue) = 162+254+86=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FE56 is #5D01A9. Grayscale: #CFCFCF. Windows color (decimal): -6095274 or 5701282. OLE color: 5701282.
HSL color Cylindrical-coordinate representation of color #A2FE56: hue angle of 92.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2FE56 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 86 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.00 |
| HSL | 92.86º | 0.99% | 0.67% | - |
| HSV(B) | 92.86º | 0.66% | 1% | - |
| XYZ | 52.02 | 79.24 | 21.36 | - |
| YUV | 207.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 86 | 0.36 | 0 | 0.66 | 0.00 | 92.86 | 0.99 | 0.67 |
| Hex | A2 | FE | 56 | 24 | 0 | 42 | 0 | 5D | 63 | 43 |
| Octal | 242 | 376 | 126 | 44 | 0 | 102 | 0 | 135 | 143 | 103 |
| Binary | 10100010 | 11111110 | 1010110 | 100100 | 0 | 1000010 | 0 | 1011101 | 1100011 | 1000011 |
Color Harmonies of #A2FE56
Complementary color
Monochromatic Colors of #A2FE56
Black with #A2FE56
Text Example
Text Example
White with #A2FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE56; }
p { color: rgb(162,254,86); }
H1.HeaderClassName
{
color: #A2FE56;
}
.AnyTagClassName
{
color: #A2FE56;
}
</style>
background-color css
<style>
a { background-color: #A2FE56; }
a { background-color: rgb(162,254,86); }
div.DivClassName
{
background-color: #A2FE56;
}
.BgClassName
{
background-color: #A2FE56;
}
</style>
border-color css
<style>
span { border-color: #A2FE56; }
span { border-color: rgb(162,254,86); }
td.TdClassName
{
border-color: #A2FE56;
}
.TagClassName
{
border-color: #A2FE56;
}
</style>