Shades of Conifer #A2F565
Tints of Conifer #A2F565
RGB
CMYK
RGB Variations
Color information
#A2F565 (or 0xA2F565) is known color: Conifer. HEX triplet: A2, F5 and 65. RGB value is (162,245,101). Sum of RGB (Red+Green+Blue) = 162+245+101=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F565 is #5D0A9A. Grayscale: #CCCCCC. Windows color (decimal): -6097563 or 6682018. OLE color: 6682018.
HSL color Cylindrical-coordinate representation of color #A2F565: hue angle of 94.58º degrees, saturation: 0.88, 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 #A2F565 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 101 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.04 |
| HSL | 94.58º | 0.88% | 0.68% | - |
| HSV(B) | 94.58º | 0.59% | 0.96% | - |
| XYZ | 49.9 | 73.93 | 23.95 | - |
| YUV | 203.77 | 70 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 101 | 0.34 | 0 | 0.59 | 0.04 | 94.58 | 0.88 | 0.68 |
| Hex | A2 | F5 | 65 | 22 | 0 | 3B | 4 | 5F | 58 | 44 |
| Octal | 242 | 365 | 145 | 42 | 0 | 73 | 4 | 137 | 130 | 104 |
| Binary | 10100010 | 11110101 | 1100101 | 100010 | 0 | 111011 | 100 | 1011111 | 1011000 | 1000100 |
Color Harmonies of #A2F565
Complementary color
Monochromatic Colors of #A2F565
Black with #A2F565
Text Example
Text Example
White with #A2F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F565; }
p { color: rgb(162,245,101); }
H1.HeaderClassName
{
color: #A2F565;
}
.AnyTagClassName
{
color: #A2F565;
}
</style>
background-color css
<style>
a { background-color: #A2F565; }
a { background-color: rgb(162,245,101); }
div.DivClassName
{
background-color: #A2F565;
}
.BgClassName
{
background-color: #A2F565;
}
</style>
border-color css
<style>
span { border-color: #A2F565; }
span { border-color: rgb(162,245,101); }
td.TdClassName
{
border-color: #A2F565;
}
.TagClassName
{
border-color: #A2F565;
}
</style>