Shades of Conifer #A2F45A
Tints of Conifer #A2F45A
RGB
CMYK
RGB Variations
Color information
#A2F45A (or 0xA2F45A) is known color: Conifer. HEX triplet: A2, F4 and 5A. RGB value is (162,244,90). Sum of RGB (Red+Green+Blue) = 162+244+90=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F45A is #5D0BA5. Grayscale: #CACACA. Windows color (decimal): -6097830 or 5960866. OLE color: 5960866.
HSL color Cylindrical-coordinate representation of color #A2F45A: hue angle of 91.95º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2F45A is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 90 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.04 |
| HSL | 91.95º | 0.88% | 0.65% | - |
| HSV(B) | 91.95º | 0.63% | 0.96% | - |
| XYZ | 49.1 | 73.12 | 21.2 | - |
| YUV | 201.93 | 64.83 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 90 | 0.34 | 0 | 0.63 | 0.04 | 91.95 | 0.88 | 0.65 |
| Hex | A2 | F4 | 5A | 22 | 0 | 3F | 4 | 5C | 58 | 41 |
| Octal | 242 | 364 | 132 | 42 | 0 | 77 | 4 | 134 | 130 | 101 |
| Binary | 10100010 | 11110100 | 1011010 | 100010 | 0 | 111111 | 100 | 1011100 | 1011000 | 1000001 |
Color Harmonies of #A2F45A
Complementary color
Monochromatic Colors of #A2F45A
Black with #A2F45A
Text Example
Text Example
White with #A2F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F45A; }
p { color: rgb(162,244,90); }
H1.HeaderClassName
{
color: #A2F45A;
}
.AnyTagClassName
{
color: #A2F45A;
}
</style>
background-color css
<style>
a { background-color: #A2F45A; }
a { background-color: rgb(162,244,90); }
div.DivClassName
{
background-color: #A2F45A;
}
.BgClassName
{
background-color: #A2F45A;
}
</style>
border-color css
<style>
span { border-color: #A2F45A; }
span { border-color: rgb(162,244,90); }
td.TdClassName
{
border-color: #A2F45A;
}
.TagClassName
{
border-color: #A2F45A;
}
</style>