Shades of Conifer #A2FA63
Tints of Conifer #A2FA63
RGB
CMYK
RGB Variations
Color information
#A2FA63 (or 0xA2FA63) is known color: Conifer. HEX triplet: A2, FA and 63. RGB value is (162,250,99). Sum of RGB (Red+Green+Blue) = 162+250+99=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA63 is #5D059C. Grayscale: #CECECE. Windows color (decimal): -6096285 or 6552226. OLE color: 6552226.
HSL color Cylindrical-coordinate representation of color #A2FA63: hue angle of 94.97º degrees, saturation: 0.94, 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 #A2FA63 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 99 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.02 |
| HSL | 94.97º | 0.94% | 0.68% | - |
| HSV(B) | 94.97º | 0.6% | 0.98% | - |
| XYZ | 51.34 | 76.95 | 23.95 | - |
| YUV | 206.47 | 67.35 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 99 | 0.35 | 0 | 0.60 | 0.02 | 94.97 | 0.94 | 0.68 |
| Hex | A2 | FA | 63 | 23 | 0 | 3C | 2 | 5F | 5E | 44 |
| Octal | 242 | 372 | 143 | 43 | 0 | 74 | 2 | 137 | 136 | 104 |
| Binary | 10100010 | 11111010 | 1100011 | 100011 | 0 | 111100 | 10 | 1011111 | 1011110 | 1000100 |
Color Harmonies of #A2FA63
Complementary color
Monochromatic Colors of #A2FA63
Black with #A2FA63
Text Example
Text Example
White with #A2FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA63; }
p { color: rgb(162,250,99); }
H1.HeaderClassName
{
color: #A2FA63;
}
.AnyTagClassName
{
color: #A2FA63;
}
</style>
background-color css
<style>
a { background-color: #A2FA63; }
a { background-color: rgb(162,250,99); }
div.DivClassName
{
background-color: #A2FA63;
}
.BgClassName
{
background-color: #A2FA63;
}
</style>
border-color css
<style>
span { border-color: #A2FA63; }
span { border-color: rgb(162,250,99); }
td.TdClassName
{
border-color: #A2FA63;
}
.TagClassName
{
border-color: #A2FA63;
}
</style>