Shades of Conifer #A2F364
Tints of Conifer #A2F364
RGB
CMYK
RGB Variations
Color information
#A2F364 (or 0xA2F364) is known color: Conifer. HEX triplet: A2, F3 and 64. RGB value is (162,243,100). Sum of RGB (Red+Green+Blue) = 162+243+100=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F364 is #5D0C9B. Grayscale: #CACACA. Windows color (decimal): -6098076 or 6615970. OLE color: 6615970.
HSL color Cylindrical-coordinate representation of color #A2F364: hue angle of 93.99º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F364 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 100 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.05 |
| HSL | 93.99º | 0.86% | 0.67% | - |
| HSV(B) | 93.99º | 0.59% | 0.95% | - |
| XYZ | 49.25 | 72.7 | 23.49 | - |
| YUV | 202.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 100 | 0.33 | 0 | 0.59 | 0.05 | 93.99 | 0.86 | 0.67 |
| Hex | A2 | F3 | 64 | 21 | 0 | 3B | 5 | 5E | 56 | 43 |
| Octal | 242 | 363 | 144 | 41 | 0 | 73 | 5 | 136 | 126 | 103 |
| Binary | 10100010 | 11110011 | 1100100 | 100001 | 0 | 111011 | 101 | 1011110 | 1010110 | 1000011 |
Color Harmonies of #A2F364
Complementary color
Monochromatic Colors of #A2F364
Black with #A2F364
Text Example
Text Example
White with #A2F364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F364; }
p { color: rgb(162,243,100); }
H1.HeaderClassName
{
color: #A2F364;
}
.AnyTagClassName
{
color: #A2F364;
}
</style>
background-color css
<style>
a { background-color: #A2F364; }
a { background-color: rgb(162,243,100); }
div.DivClassName
{
background-color: #A2F364;
}
.BgClassName
{
background-color: #A2F364;
}
</style>
border-color css
<style>
span { border-color: #A2F364; }
span { border-color: rgb(162,243,100); }
td.TdClassName
{
border-color: #A2F364;
}
.TagClassName
{
border-color: #A2F364;
}
</style>