Shades of Conifer #A2F45C
Tints of Conifer #A2F45C
RGB
CMYK
RGB Variations
Color information
#A2F45C (or 0xA2F45C) is known color: Conifer. HEX triplet: A2, F4 and 5C. RGB value is (162,244,92). Sum of RGB (Red+Green+Blue) = 162+244+92=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F45C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F45C is #5D0BA3. Grayscale: #CACACA. Windows color (decimal): -6097828 or 6091938. OLE color: 6091938.
HSL color Cylindrical-coordinate representation of color #A2F45C: hue angle of 92.37º 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 #A2F45C is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 92 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.04 |
| HSL | 92.37º | 0.87% | 0.66% | - |
| HSV(B) | 92.37º | 0.62% | 0.96% | - |
| XYZ | 49.18 | 73.16 | 21.65 | - |
| YUV | 202.15 | 65.83 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 92 | 0.34 | 0 | 0.62 | 0.04 | 92.37 | 0.87 | 0.66 |
| Hex | A2 | F4 | 5C | 22 | 0 | 3E | 4 | 5C | 57 | 42 |
| Octal | 242 | 364 | 134 | 42 | 0 | 76 | 4 | 134 | 127 | 102 |
| Binary | 10100010 | 11110100 | 1011100 | 100010 | 0 | 111110 | 100 | 1011100 | 1010111 | 1000010 |
Color Harmonies of #A2F45C
Complementary color
Monochromatic Colors of #A2F45C
Black with #A2F45C
Text Example
Text Example
White with #A2F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F45C; }
p { color: rgb(162,244,92); }
H1.HeaderClassName
{
color: #A2F45C;
}
.AnyTagClassName
{
color: #A2F45C;
}
</style>
background-color css
<style>
a { background-color: #A2F45C; }
a { background-color: rgb(162,244,92); }
div.DivClassName
{
background-color: #A2F45C;
}
.BgClassName
{
background-color: #A2F45C;
}
</style>
border-color css
<style>
span { border-color: #A2F45C; }
span { border-color: rgb(162,244,92); }
td.TdClassName
{
border-color: #A2F45C;
}
.TagClassName
{
border-color: #A2F45C;
}
</style>