Shades of Conifer #A2F351
Tints of Conifer #A2F351
RGB
CMYK
RGB Variations
Color information
#A2F351 (or 0xA2F351) is known color: Conifer. HEX triplet: A2, F3 and 51. RGB value is (162,243,81). Sum of RGB (Red+Green+Blue) = 162+243+81=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F351 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F351 is #5D0CAE. Grayscale: #C8C8C8. Windows color (decimal): -6098095 or 5370786. OLE color: 5370786.
HSL color Cylindrical-coordinate representation of color #A2F351: hue angle of 90º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2F351 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 81 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.05 |
| HSL | 90º | 0.87% | 0.64% | - |
| HSV(B) | 90º | 0.67% | 0.95% | - |
| XYZ | 48.44 | 72.38 | 19.2 | - |
| YUV | 200.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 81 | 0.33 | 0 | 0.67 | 0.05 | 90 | 0.87 | 0.64 |
| Hex | A2 | F3 | 51 | 21 | 0 | 43 | 5 | 5A | 57 | 40 |
| Octal | 242 | 363 | 121 | 41 | 0 | 103 | 5 | 132 | 127 | 100 |
| Binary | 10100010 | 11110011 | 1010001 | 100001 | 0 | 1000011 | 101 | 1011010 | 1010111 | 1000000 |
Color Harmonies of #A2F351
Complementary color
Monochromatic Colors of #A2F351
Black with #A2F351
Text Example
Text Example
White with #A2F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F351; }
p { color: rgb(162,243,81); }
H1.HeaderClassName
{
color: #A2F351;
}
.AnyTagClassName
{
color: #A2F351;
}
</style>
background-color css
<style>
a { background-color: #A2F351; }
a { background-color: rgb(162,243,81); }
div.DivClassName
{
background-color: #A2F351;
}
.BgClassName
{
background-color: #A2F351;
}
</style>
border-color css
<style>
span { border-color: #A2F351; }
span { border-color: rgb(162,243,81); }
td.TdClassName
{
border-color: #A2F351;
}
.TagClassName
{
border-color: #A2F351;
}
</style>