Shades of Conifer #A3F962
Tints of Conifer #A3F962
RGB
CMYK
RGB Variations
Color information
#A3F962 (or 0xA3F962) is known color: Conifer. HEX triplet: A3, F9 and 62. RGB value is (163,249,98). Sum of RGB (Red+Green+Blue) = 163+249+98=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F962 is #5C069D. Grayscale: #CECECE. Windows color (decimal): -6031006 or 6486435. OLE color: 6486435.
HSL color Cylindrical-coordinate representation of color #A3F962: hue angle of 94.17º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3F962 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 249 | 98 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.02 |
| HSL | 94.17º | 0.93% | 0.68% | - |
| HSV(B) | 94.17º | 0.61% | 0.98% | - |
| XYZ | 51.18 | 76.42 | 23.61 | - |
| YUV | 206.07 | 67.01 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 249 | 98 | 0.35 | 0 | 0.61 | 0.02 | 94.17 | 0.93 | 0.68 |
| Hex | A3 | F9 | 62 | 23 | 0 | 3D | 2 | 5E | 5D | 44 |
| Octal | 243 | 371 | 142 | 43 | 0 | 75 | 2 | 136 | 135 | 104 |
| Binary | 10100011 | 11111001 | 1100010 | 100011 | 0 | 111101 | 10 | 1011110 | 1011101 | 1000100 |
Color Harmonies of #A3F962
Complementary color
Monochromatic Colors of #A3F962
Black with #A3F962
Text Example
Text Example
White with #A3F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F962; }
p { color: rgb(163,249,98); }
H1.HeaderClassName
{
color: #A3F962;
}
.AnyTagClassName
{
color: #A3F962;
}
</style>
background-color css
<style>
a { background-color: #A3F962; }
a { background-color: rgb(163,249,98); }
div.DivClassName
{
background-color: #A3F962;
}
.BgClassName
{
background-color: #A3F962;
}
</style>
border-color css
<style>
span { border-color: #A3F962; }
span { border-color: rgb(163,249,98); }
td.TdClassName
{
border-color: #A3F962;
}
.TagClassName
{
border-color: #A3F962;
}
</style>