Shades of Conifer #A2FF59
Tints of Conifer #A2FF59
RGB
CMYK
RGB Variations
Color information
#A2FF59 (or 0xA2FF59) is known color: Conifer. HEX triplet: A2, FF and 59. RGB value is (162,255,89). Sum of RGB (Red+Green+Blue) = 162+255+89=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF59 is #5D00A6. Grayscale: #D0D0D0. Windows color (decimal): -6095015 or 5898146. OLE color: 5898146.
HSL color Cylindrical-coordinate representation of color #A2FF59: hue angle of 93.61º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2FF59 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 89 | - |
| CMYK | 0.36 | 0 | 0.65 | 0 |
| HSL | 93.61º | 1% | 0.67% | - |
| HSV(B) | 93.61º | 0.65% | 1% | - |
| XYZ | 52.46 | 79.92 | 22.11 | - |
| YUV | 208.27 | 60.69 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 89 | 0.36 | 0 | 0.65 | 0 | 93.61 | 1 | 0.67 |
| Hex | A2 | FF | 59 | 24 | 0 | 41 | 0 | 5E | 64 | 43 |
| Octal | 242 | 377 | 131 | 44 | 0 | 101 | 0 | 136 | 144 | 103 |
| Binary | 10100010 | 11111111 | 1011001 | 100100 | 0 | 1000001 | 0 | 1011110 | 1100100 | 1000011 |
Color Harmonies of #A2FF59
Complementary color
Monochromatic Colors of #A2FF59
Black with #A2FF59
Text Example
Text Example
White with #A2FF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF59; }
p { color: rgb(162,255,89); }
H1.HeaderClassName
{
color: #A2FF59;
}
.AnyTagClassName
{
color: #A2FF59;
}
</style>
background-color css
<style>
a { background-color: #A2FF59; }
a { background-color: rgb(162,255,89); }
div.DivClassName
{
background-color: #A2FF59;
}
.BgClassName
{
background-color: #A2FF59;
}
</style>
border-color css
<style>
span { border-color: #A2FF59; }
span { border-color: rgb(162,255,89); }
td.TdClassName
{
border-color: #A2FF59;
}
.TagClassName
{
border-color: #A2FF59;
}
</style>