Shades of Conifer #A2F149
Tints of Conifer #A2F149
RGB
CMYK
RGB Variations
Color information
#A2F149 (or 0xA2F149) is known color: Conifer. HEX triplet: A2, F1 and 49. RGB value is (162,241,73). Sum of RGB (Red+Green+Blue) = 162+241+73=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F149 is #5D0EB6. Grayscale: #C6C6C6. Windows color (decimal): -6098615 or 4845986. OLE color: 4845986.
HSL color Cylindrical-coordinate representation of color #A2F149: hue angle of 88.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2F149 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 73 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.05 |
| HSL | 88.21º | 0.86% | 0.62% | - |
| HSV(B) | 88.21º | 0.7% | 0.95% | - |
| XYZ | 47.56 | 71.07 | 17.52 | - |
| YUV | 198.23 | 57.33 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 73 | 0.33 | 0 | 0.70 | 0.05 | 88.21 | 0.86 | 0.62 |
| Hex | A2 | F1 | 49 | 21 | 0 | 46 | 5 | 58 | 56 | 3E |
| Octal | 242 | 361 | 111 | 41 | 0 | 106 | 5 | 130 | 126 | 76 |
| Binary | 10100010 | 11110001 | 1001001 | 100001 | 0 | 1000110 | 101 | 1011000 | 1010110 | 111110 |
Color Harmonies of #A2F149
Complementary color
Monochromatic Colors of #A2F149
Black with #A2F149
Text Example
Text Example
White with #A2F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F149; }
p { color: rgb(162,241,73); }
H1.HeaderClassName
{
color: #A2F149;
}
.AnyTagClassName
{
color: #A2F149;
}
</style>
background-color css
<style>
a { background-color: #A2F149; }
a { background-color: rgb(162,241,73); }
div.DivClassName
{
background-color: #A2F149;
}
.BgClassName
{
background-color: #A2F149;
}
</style>
border-color css
<style>
span { border-color: #A2F149; }
span { border-color: rgb(162,241,73); }
td.TdClassName
{
border-color: #A2F149;
}
.TagClassName
{
border-color: #A2F149;
}
</style>