Shades of Conifer #A2F665
Tints of Conifer #A2F665
RGB
CMYK
RGB Variations
Color information
#A2F665 (or 0xA2F665) is known color: Conifer. HEX triplet: A2, F6 and 65. RGB value is (162,246,101). Sum of RGB (Red+Green+Blue) = 162+246+101=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F665 is #5D099A. Grayscale: #CCCCCC. Windows color (decimal): -6097307 or 6682274. OLE color: 6682274.
HSL color Cylindrical-coordinate representation of color #A2F665: hue angle of 94.76º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F665 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 101 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.04 |
| HSL | 94.76º | 0.89% | 0.68% | - |
| HSV(B) | 94.76º | 0.59% | 0.96% | - |
| XYZ | 50.21 | 74.53 | 24.05 | - |
| YUV | 204.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 101 | 0.34 | 0 | 0.59 | 0.04 | 94.76 | 0.89 | 0.68 |
| Hex | A2 | F6 | 65 | 22 | 0 | 3B | 4 | 5F | 59 | 44 |
| Octal | 242 | 366 | 145 | 42 | 0 | 73 | 4 | 137 | 131 | 104 |
| Binary | 10100010 | 11110110 | 1100101 | 100010 | 0 | 111011 | 100 | 1011111 | 1011001 | 1000100 |
Color Harmonies of #A2F665
Complementary color
Monochromatic Colors of #A2F665
Black with #A2F665
Text Example
Text Example
White with #A2F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F665; }
p { color: rgb(162,246,101); }
H1.HeaderClassName
{
color: #A2F665;
}
.AnyTagClassName
{
color: #A2F665;
}
</style>
background-color css
<style>
a { background-color: #A2F665; }
a { background-color: rgb(162,246,101); }
div.DivClassName
{
background-color: #A2F665;
}
.BgClassName
{
background-color: #A2F665;
}
</style>
border-color css
<style>
span { border-color: #A2F665; }
span { border-color: rgb(162,246,101); }
td.TdClassName
{
border-color: #A2F665;
}
.TagClassName
{
border-color: #A2F665;
}
</style>