Shades of Conifer #A2FA67
Tints of Conifer #A2FA67
RGB
CMYK
RGB Variations
Color information
#A2FA67 (or 0xA2FA67) is known color: Conifer. HEX triplet: A2, FA and 67. RGB value is (162,250,103). Sum of RGB (Red+Green+Blue) = 162+250+103=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA67 is #5D0598. Grayscale: #CFCFCF. Windows color (decimal): -6096281 or 6814370. OLE color: 6814370.
HSL color Cylindrical-coordinate representation of color #A2FA67: hue angle of 95.92º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2FA67 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 103 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.02 |
| HSL | 95.92º | 0.94% | 0.69% | - |
| HSV(B) | 95.92º | 0.59% | 0.98% | - |
| XYZ | 51.53 | 77.03 | 24.98 | - |
| YUV | 206.93 | 69.35 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 103 | 0.35 | 0 | 0.59 | 0.02 | 95.92 | 0.94 | 0.69 |
| Hex | A2 | FA | 67 | 23 | 0 | 3B | 2 | 60 | 5E | 45 |
| Octal | 242 | 372 | 147 | 43 | 0 | 73 | 2 | 140 | 136 | 105 |
| Binary | 10100010 | 11111010 | 1100111 | 100011 | 0 | 111011 | 10 | 1100000 | 1011110 | 1000101 |
Color Harmonies of #A2FA67
Complementary color
Monochromatic Colors of #A2FA67
Black with #A2FA67
Text Example
Text Example
White with #A2FA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA67; }
p { color: rgb(162,250,103); }
H1.HeaderClassName
{
color: #A2FA67;
}
.AnyTagClassName
{
color: #A2FA67;
}
</style>
background-color css
<style>
a { background-color: #A2FA67; }
a { background-color: rgb(162,250,103); }
div.DivClassName
{
background-color: #A2FA67;
}
.BgClassName
{
background-color: #A2FA67;
}
</style>
border-color css
<style>
span { border-color: #A2FA67; }
span { border-color: rgb(162,250,103); }
td.TdClassName
{
border-color: #A2FA67;
}
.TagClassName
{
border-color: #A2FA67;
}
</style>