Shades of Conifer #A2F359
Tints of Conifer #A2F359
RGB
CMYK
RGB Variations
Color information
#A2F359 (or 0xA2F359) is known color: Conifer. HEX triplet: A2, F3 and 59. RGB value is (162,243,89). Sum of RGB (Red+Green+Blue) = 162+243+89=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F359 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F359 is #5D0CA6. Grayscale: #C9C9C9. Windows color (decimal): -6098087 or 5895074. OLE color: 5895074.
HSL color Cylindrical-coordinate representation of color #A2F359: hue angle of 91.56º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2F359 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 89 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.05 |
| HSL | 91.56º | 0.87% | 0.65% | - |
| HSV(B) | 91.56º | 0.63% | 0.95% | - |
| XYZ | 48.75 | 72.5 | 20.88 | - |
| YUV | 201.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 89 | 0.33 | 0 | 0.63 | 0.05 | 91.56 | 0.87 | 0.65 |
| Hex | A2 | F3 | 59 | 21 | 0 | 3F | 5 | 5C | 57 | 41 |
| Octal | 242 | 363 | 131 | 41 | 0 | 77 | 5 | 134 | 127 | 101 |
| Binary | 10100010 | 11110011 | 1011001 | 100001 | 0 | 111111 | 101 | 1011100 | 1010111 | 1000001 |
Color Harmonies of #A2F359
Complementary color
Monochromatic Colors of #A2F359
Black with #A2F359
Text Example
Text Example
White with #A2F359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F359; }
p { color: rgb(162,243,89); }
H1.HeaderClassName
{
color: #A2F359;
}
.AnyTagClassName
{
color: #A2F359;
}
</style>
background-color css
<style>
a { background-color: #A2F359; }
a { background-color: rgb(162,243,89); }
div.DivClassName
{
background-color: #A2F359;
}
.BgClassName
{
background-color: #A2F359;
}
</style>
border-color css
<style>
span { border-color: #A2F359; }
span { border-color: rgb(162,243,89); }
td.TdClassName
{
border-color: #A2F359;
}
.TagClassName
{
border-color: #A2F359;
}
</style>