Shades of Conifer #A2F859
Tints of Conifer #A2F859
RGB
CMYK
RGB Variations
Color information
#A2F859 (or 0xA2F859) is known color: Conifer. HEX triplet: A2, F8 and 59. RGB value is (162,248,89). Sum of RGB (Red+Green+Blue) = 162+248+89=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F859 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F859 is #5D07A6. Grayscale: #CCCCCC. Windows color (decimal): -6096807 or 5896354. OLE color: 5896354.
HSL color Cylindrical-coordinate representation of color #A2F859: hue angle of 92.45º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2F859 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 89 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.03 |
| HSL | 92.45º | 0.92% | 0.66% | - |
| HSV(B) | 92.45º | 0.64% | 0.97% | - |
| XYZ | 50.27 | 75.54 | 21.38 | - |
| YUV | 204.16 | 63.01 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 89 | 0.35 | 0 | 0.64 | 0.03 | 92.45 | 0.92 | 0.66 |
| Hex | A2 | F8 | 59 | 23 | 0 | 40 | 3 | 5C | 5C | 42 |
| Octal | 242 | 370 | 131 | 43 | 0 | 100 | 3 | 134 | 134 | 102 |
| Binary | 10100010 | 11111000 | 1011001 | 100011 | 0 | 1000000 | 11 | 1011100 | 1011100 | 1000010 |
Color Harmonies of #A2F859
Complementary color
Monochromatic Colors of #A2F859
Black with #A2F859
Text Example
Text Example
White with #A2F859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F859; }
p { color: rgb(162,248,89); }
H1.HeaderClassName
{
color: #A2F859;
}
.AnyTagClassName
{
color: #A2F859;
}
</style>
background-color css
<style>
a { background-color: #A2F859; }
a { background-color: rgb(162,248,89); }
div.DivClassName
{
background-color: #A2F859;
}
.BgClassName
{
background-color: #A2F859;
}
</style>
border-color css
<style>
span { border-color: #A2F859; }
span { border-color: rgb(162,248,89); }
td.TdClassName
{
border-color: #A2F859;
}
.TagClassName
{
border-color: #A2F859;
}
</style>