Shades of Conifer #A2F355
Tints of Conifer #A2F355
RGB
CMYK
RGB Variations
Color information
#A2F355 (or 0xA2F355) is known color: Conifer. HEX triplet: A2, F3 and 55. RGB value is (162,243,85). Sum of RGB (Red+Green+Blue) = 162+243+85=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F355 is #5D0CAA. Grayscale: #C9C9C9. Windows color (decimal): -6098091 or 5632930. OLE color: 5632930.
HSL color Cylindrical-coordinate representation of color #A2F355: hue angle of 90.76º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2F355 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 85 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.05 |
| HSL | 90.76º | 0.87% | 0.64% | - |
| HSV(B) | 90.76º | 0.65% | 0.95% | - |
| XYZ | 48.59 | 72.44 | 20.02 | - |
| YUV | 200.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 85 | 0.33 | 0 | 0.65 | 0.05 | 90.76 | 0.87 | 0.64 |
| Hex | A2 | F3 | 55 | 21 | 0 | 41 | 5 | 5B | 57 | 40 |
| Octal | 242 | 363 | 125 | 41 | 0 | 101 | 5 | 133 | 127 | 100 |
| Binary | 10100010 | 11110011 | 1010101 | 100001 | 0 | 1000001 | 101 | 1011011 | 1010111 | 1000000 |
Color Harmonies of #A2F355
Complementary color
Monochromatic Colors of #A2F355
Black with #A2F355
Text Example
Text Example
White with #A2F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F355; }
p { color: rgb(162,243,85); }
H1.HeaderClassName
{
color: #A2F355;
}
.AnyTagClassName
{
color: #A2F355;
}
</style>
background-color css
<style>
a { background-color: #A2F355; }
a { background-color: rgb(162,243,85); }
div.DivClassName
{
background-color: #A2F355;
}
.BgClassName
{
background-color: #A2F355;
}
</style>
border-color css
<style>
span { border-color: #A2F355; }
span { border-color: rgb(162,243,85); }
td.TdClassName
{
border-color: #A2F355;
}
.TagClassName
{
border-color: #A2F355;
}
</style>