Shades of Conifer #A2F05F
Tints of Conifer #A2F05F
RGB
CMYK
RGB Variations
Color information
#A2F05F (or 0xA2F05F) is known color: Conifer. HEX triplet: A2, F0 and 5F. RGB value is (162,240,95). Sum of RGB (Red+Green+Blue) = 162+240+95=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F05F is #5D0FA0. Grayscale: #C8C8C8. Windows color (decimal): -6098849 or 6287522. OLE color: 6287522.
HSL color Cylindrical-coordinate representation of color #A2F05F: hue angle of 92.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F05F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 95 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.06 |
| HSL | 92.28º | 0.83% | 0.66% | - |
| HSV(B) | 92.28º | 0.6% | 0.94% | - |
| XYZ | 48.13 | 70.83 | 21.96 | - |
| YUV | 200.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 95 | 0.32 | 0 | 0.60 | 0.06 | 92.28 | 0.83 | 0.66 |
| Hex | A2 | F0 | 5F | 20 | 0 | 3C | 6 | 5C | 53 | 42 |
| Octal | 242 | 360 | 137 | 40 | 0 | 74 | 6 | 134 | 123 | 102 |
| Binary | 10100010 | 11110000 | 1011111 | 100000 | 0 | 111100 | 110 | 1011100 | 1010011 | 1000010 |
Color Harmonies of #A2F05F
Complementary color
Monochromatic Colors of #A2F05F
Black with #A2F05F
Text Example
Text Example
White with #A2F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F05F; }
p { color: rgb(162,240,95); }
H1.HeaderClassName
{
color: #A2F05F;
}
.AnyTagClassName
{
color: #A2F05F;
}
</style>
background-color css
<style>
a { background-color: #A2F05F; }
a { background-color: rgb(162,240,95); }
div.DivClassName
{
background-color: #A2F05F;
}
.BgClassName
{
background-color: #A2F05F;
}
</style>
border-color css
<style>
span { border-color: #A2F05F; }
span { border-color: rgb(162,240,95); }
td.TdClassName
{
border-color: #A2F05F;
}
.TagClassName
{
border-color: #A2F05F;
}
</style>