Shades of Conifer #A4F963
Tints of Conifer #A4F963
RGB
CMYK
RGB Variations
Color information
#A4F963 (or 0xA4F963) is known color: Conifer. HEX triplet: A4, F9 and 63. RGB value is (164,249,99). Sum of RGB (Red+Green+Blue) = 164+249+99=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F963 is #5B069C. Grayscale: #CFCFCF. Windows color (decimal): -5965469 or 6551972. OLE color: 6551972.
HSL color Cylindrical-coordinate representation of color #A4F963: hue angle of 94º 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 #A4F963 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 99 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.02 |
| HSL | 94º | 0.93% | 0.68% | - |
| HSV(B) | 94º | 0.6% | 0.98% | - |
| XYZ | 51.44 | 76.54 | 23.87 | - |
| YUV | 206.49 | 67.34 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 99 | 0.34 | 0 | 0.60 | 0.02 | 94 | 0.93 | 0.68 |
| Hex | A4 | F9 | 63 | 22 | 0 | 3C | 2 | 5E | 5D | 44 |
| Octal | 244 | 371 | 143 | 42 | 0 | 74 | 2 | 136 | 135 | 104 |
| Binary | 10100100 | 11111001 | 1100011 | 100010 | 0 | 111100 | 10 | 1011110 | 1011101 | 1000100 |
Color Harmonies of #A4F963
Complementary color
Monochromatic Colors of #A4F963
Black with #A4F963
Text Example
Text Example
White with #A4F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F963; }
p { color: rgb(164,249,99); }
H1.HeaderClassName
{
color: #A4F963;
}
.AnyTagClassName
{
color: #A4F963;
}
</style>
background-color css
<style>
a { background-color: #A4F963; }
a { background-color: rgb(164,249,99); }
div.DivClassName
{
background-color: #A4F963;
}
.BgClassName
{
background-color: #A4F963;
}
</style>
border-color css
<style>
span { border-color: #A4F963; }
span { border-color: rgb(164,249,99); }
td.TdClassName
{
border-color: #A4F963;
}
.TagClassName
{
border-color: #A4F963;
}
</style>