Shades of Conifer #A2F365
Tints of Conifer #A2F365
RGB
CMYK
RGB Variations
Color information
#A2F365 (or 0xA2F365) is known color: Conifer. HEX triplet: A2, F3 and 65. RGB value is (162,243,101). Sum of RGB (Red+Green+Blue) = 162+243+101=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F365 is #5D0C9A. Grayscale: #CBCBCB. Windows color (decimal): -6098075 or 6681506. OLE color: 6681506.
HSL color Cylindrical-coordinate representation of color #A2F365: hue angle of 94.23º degrees, saturation: 0.86, 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 #A2F365 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 101 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.05 |
| HSL | 94.23º | 0.86% | 0.67% | - |
| HSV(B) | 94.23º | 0.58% | 0.95% | - |
| XYZ | 49.3 | 72.72 | 23.75 | - |
| YUV | 202.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 101 | 0.33 | 0 | 0.58 | 0.05 | 94.23 | 0.86 | 0.67 |
| Hex | A2 | F3 | 65 | 21 | 0 | 3A | 5 | 5E | 56 | 43 |
| Octal | 242 | 363 | 145 | 41 | 0 | 72 | 5 | 136 | 126 | 103 |
| Binary | 10100010 | 11110011 | 1100101 | 100001 | 0 | 111010 | 101 | 1011110 | 1010110 | 1000011 |
Color Harmonies of #A2F365
Complementary color
Monochromatic Colors of #A2F365
Black with #A2F365
Text Example
Text Example
White with #A2F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F365; }
p { color: rgb(162,243,101); }
H1.HeaderClassName
{
color: #A2F365;
}
.AnyTagClassName
{
color: #A2F365;
}
</style>
background-color css
<style>
a { background-color: #A2F365; }
a { background-color: rgb(162,243,101); }
div.DivClassName
{
background-color: #A2F365;
}
.BgClassName
{
background-color: #A2F365;
}
</style>
border-color css
<style>
span { border-color: #A2F365; }
span { border-color: rgb(162,243,101); }
td.TdClassName
{
border-color: #A2F365;
}
.TagClassName
{
border-color: #A2F365;
}
</style>