Shades of Conifer #A2F165
Tints of Conifer #A2F165
RGB
CMYK
RGB Variations
Color information
#A2F165 (or 0xA2F165) is known color: Conifer. HEX triplet: A2, F1 and 65. RGB value is (162,241,101). Sum of RGB (Red+Green+Blue) = 162+241+101=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F165 is #5D0E9A. Grayscale: #C9C9C9. Windows color (decimal): -6098587 or 6680994. OLE color: 6680994.
HSL color Cylindrical-coordinate representation of color #A2F165: hue angle of 93.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2F165 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 101 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.05 |
| HSL | 93.86º | 0.83% | 0.67% | - |
| HSV(B) | 93.86º | 0.58% | 0.95% | - |
| XYZ | 48.7 | 71.53 | 23.55 | - |
| YUV | 201.42 | 71.33 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 101 | 0.33 | 0 | 0.58 | 0.05 | 93.86 | 0.83 | 0.67 |
| Hex | A2 | F1 | 65 | 21 | 0 | 3A | 5 | 5E | 53 | 43 |
| Octal | 242 | 361 | 145 | 41 | 0 | 72 | 5 | 136 | 123 | 103 |
| Binary | 10100010 | 11110001 | 1100101 | 100001 | 0 | 111010 | 101 | 1011110 | 1010011 | 1000011 |
Color Harmonies of #A2F165
Complementary color
Monochromatic Colors of #A2F165
Black with #A2F165
Text Example
Text Example
White with #A2F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F165; }
p { color: rgb(162,241,101); }
H1.HeaderClassName
{
color: #A2F165;
}
.AnyTagClassName
{
color: #A2F165;
}
</style>
background-color css
<style>
a { background-color: #A2F165; }
a { background-color: rgb(162,241,101); }
div.DivClassName
{
background-color: #A2F165;
}
.BgClassName
{
background-color: #A2F165;
}
</style>
border-color css
<style>
span { border-color: #A2F165; }
span { border-color: rgb(162,241,101); }
td.TdClassName
{
border-color: #A2F165;
}
.TagClassName
{
border-color: #A2F165;
}
</style>