Shades of Conifer #A2F44D
Tints of Conifer #A2F44D
RGB
CMYK
RGB Variations
Color information
#A2F44D (or 0xA2F44D) is known color: Conifer. HEX triplet: A2, F4 and 4D. RGB value is (162,244,77). Sum of RGB (Red+Green+Blue) = 162+244+77=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F44D is #5D0BB2. Grayscale: #C9C9C9. Windows color (decimal): -6097843 or 5108898. OLE color: 5108898.
HSL color Cylindrical-coordinate representation of color #A2F44D: hue angle of 89.46º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F44D is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 77 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 89.46º | 0.88% | 0.63% | - |
| HSV(B) | 89.46º | 0.68% | 0.96% | - |
| XYZ | 48.59 | 72.92 | 18.53 | - |
| YUV | 200.44 | 58.33 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 77 | 0.34 | 0 | 0.68 | 0.04 | 89.46 | 0.88 | 0.63 |
| Hex | A2 | F4 | 4D | 22 | 0 | 44 | 4 | 59 | 58 | 3F |
| Octal | 242 | 364 | 115 | 42 | 0 | 104 | 4 | 131 | 130 | 77 |
| Binary | 10100010 | 11110100 | 1001101 | 100010 | 0 | 1000100 | 100 | 1011001 | 1011000 | 111111 |
Color Harmonies of #A2F44D
Complementary color
Monochromatic Colors of #A2F44D
Black with #A2F44D
Text Example
Text Example
White with #A2F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F44D; }
p { color: rgb(162,244,77); }
H1.HeaderClassName
{
color: #A2F44D;
}
.AnyTagClassName
{
color: #A2F44D;
}
</style>
background-color css
<style>
a { background-color: #A2F44D; }
a { background-color: rgb(162,244,77); }
div.DivClassName
{
background-color: #A2F44D;
}
.BgClassName
{
background-color: #A2F44D;
}
</style>
border-color css
<style>
span { border-color: #A2F44D; }
span { border-color: rgb(162,244,77); }
td.TdClassName
{
border-color: #A2F44D;
}
.TagClassName
{
border-color: #A2F44D;
}
</style>