Shades of Conifer #A2FA65
Tints of Conifer #A2FA65
RGB
CMYK
RGB Variations
Color information
#A2FA65 (or 0xA2FA65) is known color: Conifer. HEX triplet: A2, FA and 65. RGB value is (162,250,101). Sum of RGB (Red+Green+Blue) = 162+250+101=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA65 is #5D059A. Grayscale: #CFCFCF. Windows color (decimal): -6096283 or 6683298. OLE color: 6683298.
HSL color Cylindrical-coordinate representation of color #A2FA65: hue angle of 95.44º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2FA65 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 101 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.02 |
| HSL | 95.44º | 0.94% | 0.69% | - |
| HSV(B) | 95.44º | 0.6% | 0.98% | - |
| XYZ | 51.43 | 76.99 | 24.46 | - |
| YUV | 206.7 | 68.35 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 101 | 0.35 | 0 | 0.60 | 0.02 | 95.44 | 0.94 | 0.69 |
| Hex | A2 | FA | 65 | 23 | 0 | 3C | 2 | 5F | 5E | 45 |
| Octal | 242 | 372 | 145 | 43 | 0 | 74 | 2 | 137 | 136 | 105 |
| Binary | 10100010 | 11111010 | 1100101 | 100011 | 0 | 111100 | 10 | 1011111 | 1011110 | 1000101 |
Color Harmonies of #A2FA65
Complementary color
Monochromatic Colors of #A2FA65
Black with #A2FA65
Text Example
Text Example
White with #A2FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA65; }
p { color: rgb(162,250,101); }
H1.HeaderClassName
{
color: #A2FA65;
}
.AnyTagClassName
{
color: #A2FA65;
}
</style>
background-color css
<style>
a { background-color: #A2FA65; }
a { background-color: rgb(162,250,101); }
div.DivClassName
{
background-color: #A2FA65;
}
.BgClassName
{
background-color: #A2FA65;
}
</style>
border-color css
<style>
span { border-color: #A2FA65; }
span { border-color: rgb(162,250,101); }
td.TdClassName
{
border-color: #A2FA65;
}
.TagClassName
{
border-color: #A2FA65;
}
</style>