Shades of Conifer #A2F450
Tints of Conifer #A2F450
RGB
CMYK
RGB Variations
Color information
#A2F450 (or 0xA2F450) is known color: Conifer. HEX triplet: A2, F4 and 50. RGB value is (162,244,80). Sum of RGB (Red+Green+Blue) = 162+244+80=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F450 is #5D0BAF. Grayscale: #C9C9C9. Windows color (decimal): -6097840 or 5305506. OLE color: 5305506.
HSL color Cylindrical-coordinate representation of color #A2F450: hue angle of 90º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2F450 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 80 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.04 |
| HSL | 90º | 0.88% | 0.64% | - |
| HSV(B) | 90º | 0.67% | 0.96% | - |
| XYZ | 48.7 | 72.96 | 19.11 | - |
| YUV | 200.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 80 | 0.34 | 0 | 0.67 | 0.04 | 90 | 0.88 | 0.64 |
| Hex | A2 | F4 | 50 | 22 | 0 | 43 | 4 | 5A | 58 | 40 |
| Octal | 242 | 364 | 120 | 42 | 0 | 103 | 4 | 132 | 130 | 100 |
| Binary | 10100010 | 11110100 | 1010000 | 100010 | 0 | 1000011 | 100 | 1011010 | 1011000 | 1000000 |
Color Harmonies of #A2F450
Complementary color
Monochromatic Colors of #A2F450
Black with #A2F450
Text Example
Text Example
White with #A2F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F450; }
p { color: rgb(162,244,80); }
H1.HeaderClassName
{
color: #A2F450;
}
.AnyTagClassName
{
color: #A2F450;
}
</style>
background-color css
<style>
a { background-color: #A2F450; }
a { background-color: rgb(162,244,80); }
div.DivClassName
{
background-color: #A2F450;
}
.BgClassName
{
background-color: #A2F450;
}
</style>
border-color css
<style>
span { border-color: #A2F450; }
span { border-color: rgb(162,244,80); }
td.TdClassName
{
border-color: #A2F450;
}
.TagClassName
{
border-color: #A2F450;
}
</style>