Shades of Conifer #A2F45D
Tints of Conifer #A2F45D
RGB
CMYK
RGB Variations
Color information
#A2F45D (or 0xA2F45D) is known color: Conifer. HEX triplet: A2, F4 and 5D. RGB value is (162,244,93). Sum of RGB (Red+Green+Blue) = 162+244+93=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F45D is #5D0BA2. Grayscale: #CACACA. Windows color (decimal): -6097827 or 6157474. OLE color: 6157474.
HSL color Cylindrical-coordinate representation of color #A2F45D: hue angle of 92.58º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F45D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 93 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.04 |
| HSL | 92.58º | 0.87% | 0.66% | - |
| HSV(B) | 92.58º | 0.62% | 0.96% | - |
| XYZ | 49.23 | 73.17 | 21.89 | - |
| YUV | 202.27 | 66.33 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 93 | 0.34 | 0 | 0.62 | 0.04 | 92.58 | 0.87 | 0.66 |
| Hex | A2 | F4 | 5D | 22 | 0 | 3E | 4 | 5D | 57 | 42 |
| Octal | 242 | 364 | 135 | 42 | 0 | 76 | 4 | 135 | 127 | 102 |
| Binary | 10100010 | 11110100 | 1011101 | 100010 | 0 | 111110 | 100 | 1011101 | 1010111 | 1000010 |
Color Harmonies of #A2F45D
Complementary color
Monochromatic Colors of #A2F45D
Black with #A2F45D
Text Example
Text Example
White with #A2F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F45D; }
p { color: rgb(162,244,93); }
H1.HeaderClassName
{
color: #A2F45D;
}
.AnyTagClassName
{
color: #A2F45D;
}
</style>
background-color css
<style>
a { background-color: #A2F45D; }
a { background-color: rgb(162,244,93); }
div.DivClassName
{
background-color: #A2F45D;
}
.BgClassName
{
background-color: #A2F45D;
}
</style>
border-color css
<style>
span { border-color: #A2F45D; }
span { border-color: rgb(162,244,93); }
td.TdClassName
{
border-color: #A2F45D;
}
.TagClassName
{
border-color: #A2F45D;
}
</style>