Shades of Conifer #A2F74F
Tints of Conifer #A2F74F
RGB
CMYK
RGB Variations
Color information
#A2F74F (or 0xA2F74F) is known color: Conifer. HEX triplet: A2, F7 and 4F. RGB value is (162,247,79). Sum of RGB (Red+Green+Blue) = 162+247+79=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F74F is #5D08B0. Grayscale: #CBCBCB. Windows color (decimal): -6097073 or 5240738. OLE color: 5240738.
HSL color Cylindrical-coordinate representation of color #A2F74F: hue angle of 90.36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F74F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 79 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.03 |
| HSL | 90.36º | 0.91% | 0.64% | - |
| HSV(B) | 90.36º | 0.68% | 0.97% | - |
| XYZ | 49.57 | 74.77 | 19.22 | - |
| YUV | 202.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 79 | 0.34 | 0 | 0.68 | 0.03 | 90.36 | 0.91 | 0.64 |
| Hex | A2 | F7 | 4F | 22 | 0 | 44 | 3 | 5A | 5B | 40 |
| Octal | 242 | 367 | 117 | 42 | 0 | 104 | 3 | 132 | 133 | 100 |
| Binary | 10100010 | 11110111 | 1001111 | 100010 | 0 | 1000100 | 11 | 1011010 | 1011011 | 1000000 |
Color Harmonies of #A2F74F
Complementary color
Monochromatic Colors of #A2F74F
Black with #A2F74F
Text Example
Text Example
White with #A2F74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F74F; }
p { color: rgb(162,247,79); }
H1.HeaderClassName
{
color: #A2F74F;
}
.AnyTagClassName
{
color: #A2F74F;
}
</style>
background-color css
<style>
a { background-color: #A2F74F; }
a { background-color: rgb(162,247,79); }
div.DivClassName
{
background-color: #A2F74F;
}
.BgClassName
{
background-color: #A2F74F;
}
</style>
border-color css
<style>
span { border-color: #A2F74F; }
span { border-color: rgb(162,247,79); }
td.TdClassName
{
border-color: #A2F74F;
}
.TagClassName
{
border-color: #A2F74F;
}
</style>