Shades of Conifer #A2F360
Tints of Conifer #A2F360
RGB
CMYK
RGB Variations
Color information
#A2F360 (or 0xA2F360) is known color: Conifer. HEX triplet: A2, F3 and 60. RGB value is (162,243,96). Sum of RGB (Red+Green+Blue) = 162+243+96=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F360 is #5D0C9F. Grayscale: #CACACA. Windows color (decimal): -6098080 or 6353826. OLE color: 6353826.
HSL color Cylindrical-coordinate representation of color #A2F360: hue angle of 93.06º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F360 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 96 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.05 |
| HSL | 93.06º | 0.86% | 0.66% | - |
| HSV(B) | 93.06º | 0.6% | 0.95% | - |
| XYZ | 49.06 | 72.63 | 22.5 | - |
| YUV | 202.02 | 68.16 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 96 | 0.33 | 0 | 0.60 | 0.05 | 93.06 | 0.86 | 0.66 |
| Hex | A2 | F3 | 60 | 21 | 0 | 3C | 5 | 5D | 56 | 42 |
| Octal | 242 | 363 | 140 | 41 | 0 | 74 | 5 | 135 | 126 | 102 |
| Binary | 10100010 | 11110011 | 1100000 | 100001 | 0 | 111100 | 101 | 1011101 | 1010110 | 1000010 |
Color Harmonies of #A2F360
Complementary color
Monochromatic Colors of #A2F360
Black with #A2F360
Text Example
Text Example
White with #A2F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F360; }
p { color: rgb(162,243,96); }
H1.HeaderClassName
{
color: #A2F360;
}
.AnyTagClassName
{
color: #A2F360;
}
</style>
background-color css
<style>
a { background-color: #A2F360; }
a { background-color: rgb(162,243,96); }
div.DivClassName
{
background-color: #A2F360;
}
.BgClassName
{
background-color: #A2F360;
}
</style>
border-color css
<style>
span { border-color: #A2F360; }
span { border-color: rgb(162,243,96); }
td.TdClassName
{
border-color: #A2F360;
}
.TagClassName
{
border-color: #A2F360;
}
</style>