Shades of Conifer #A2F964
Tints of Conifer #A2F964
RGB
CMYK
RGB Variations
Color information
#A2F964 (or 0xA2F964) is known color: Conifer. HEX triplet: A2, F9 and 64. RGB value is (162,249,100). Sum of RGB (Red+Green+Blue) = 162+249+100=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F964 is #5D069B. Grayscale: #CECECE. Windows color (decimal): -6096540 or 6617506. OLE color: 6617506.
HSL color Cylindrical-coordinate representation of color #A2F964: hue angle of 95.03º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F964 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 100 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.02 |
| HSL | 95.03º | 0.93% | 0.68% | - |
| HSV(B) | 95.03º | 0.6% | 0.98% | - |
| XYZ | 51.08 | 76.35 | 24.1 | - |
| YUV | 206 | 68.18 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 100 | 0.35 | 0 | 0.60 | 0.02 | 95.03 | 0.93 | 0.68 |
| Hex | A2 | F9 | 64 | 23 | 0 | 3C | 2 | 5F | 5D | 44 |
| Octal | 242 | 371 | 144 | 43 | 0 | 74 | 2 | 137 | 135 | 104 |
| Binary | 10100010 | 11111001 | 1100100 | 100011 | 0 | 111100 | 10 | 1011111 | 1011101 | 1000100 |
Color Harmonies of #A2F964
Complementary color
Monochromatic Colors of #A2F964
Black with #A2F964
Text Example
Text Example
White with #A2F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F964; }
p { color: rgb(162,249,100); }
H1.HeaderClassName
{
color: #A2F964;
}
.AnyTagClassName
{
color: #A2F964;
}
</style>
background-color css
<style>
a { background-color: #A2F964; }
a { background-color: rgb(162,249,100); }
div.DivClassName
{
background-color: #A2F964;
}
.BgClassName
{
background-color: #A2F964;
}
</style>
border-color css
<style>
span { border-color: #A2F964; }
span { border-color: rgb(162,249,100); }
td.TdClassName
{
border-color: #A2F964;
}
.TagClassName
{
border-color: #A2F964;
}
</style>