Shades of Conifer #A2F356
Tints of Conifer #A2F356
RGB
CMYK
RGB Variations
Color information
#A2F356 (or 0xA2F356) is known color: Conifer. HEX triplet: A2, F3 and 56. RGB value is (162,243,86). Sum of RGB (Red+Green+Blue) = 162+243+86=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F356 is #5D0CA9. Grayscale: #C9C9C9. Windows color (decimal): -6098090 or 5698466. OLE color: 5698466.
HSL color Cylindrical-coordinate representation of color #A2F356: hue angle of 90.96º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2F356 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 86 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.05 |
| HSL | 90.96º | 0.87% | 0.65% | - |
| HSV(B) | 90.96º | 0.65% | 0.95% | - |
| XYZ | 48.63 | 72.45 | 20.23 | - |
| YUV | 200.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 86 | 0.33 | 0 | 0.65 | 0.05 | 90.96 | 0.87 | 0.65 |
| Hex | A2 | F3 | 56 | 21 | 0 | 41 | 5 | 5B | 57 | 41 |
| Octal | 242 | 363 | 126 | 41 | 0 | 101 | 5 | 133 | 127 | 101 |
| Binary | 10100010 | 11110011 | 1010110 | 100001 | 0 | 1000001 | 101 | 1011011 | 1010111 | 1000001 |
Color Harmonies of #A2F356
Complementary color
Monochromatic Colors of #A2F356
Black with #A2F356
Text Example
Text Example
White with #A2F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F356; }
p { color: rgb(162,243,86); }
H1.HeaderClassName
{
color: #A2F356;
}
.AnyTagClassName
{
color: #A2F356;
}
</style>
background-color css
<style>
a { background-color: #A2F356; }
a { background-color: rgb(162,243,86); }
div.DivClassName
{
background-color: #A2F356;
}
.BgClassName
{
background-color: #A2F356;
}
</style>
border-color css
<style>
span { border-color: #A2F356; }
span { border-color: rgb(162,243,86); }
td.TdClassName
{
border-color: #A2F356;
}
.TagClassName
{
border-color: #A2F356;
}
</style>