Shades of Conifer #A2F54D
Tints of Conifer #A2F54D
RGB
CMYK
RGB Variations
Color information
#A2F54D (or 0xA2F54D) is known color: Conifer. HEX triplet: A2, F5 and 4D. RGB value is (162,245,77). Sum of RGB (Red+Green+Blue) = 162+245+77=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F54D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F54D is #5D0AB2. Grayscale: #C9C9C9. Windows color (decimal): -6097587 or 5109154. OLE color: 5109154.
HSL color Cylindrical-coordinate representation of color #A2F54D: hue angle of 89.64º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2F54D is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 77 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.04 |
| HSL | 89.64º | 0.89% | 0.63% | - |
| HSV(B) | 89.64º | 0.69% | 0.96% | - |
| XYZ | 48.89 | 73.52 | 18.64 | - |
| YUV | 201.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 77 | 0.34 | 0 | 0.69 | 0.04 | 89.64 | 0.89 | 0.63 |
| Hex | A2 | F5 | 4D | 22 | 0 | 45 | 4 | 5A | 59 | 3F |
| Octal | 242 | 365 | 115 | 42 | 0 | 105 | 4 | 132 | 131 | 77 |
| Binary | 10100010 | 11110101 | 1001101 | 100010 | 0 | 1000101 | 100 | 1011010 | 1011001 | 111111 |
Color Harmonies of #A2F54D
Complementary color
Monochromatic Colors of #A2F54D
Black with #A2F54D
Text Example
Text Example
White with #A2F54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F54D; }
p { color: rgb(162,245,77); }
H1.HeaderClassName
{
color: #A2F54D;
}
.AnyTagClassName
{
color: #A2F54D;
}
</style>
background-color css
<style>
a { background-color: #A2F54D; }
a { background-color: rgb(162,245,77); }
div.DivClassName
{
background-color: #A2F54D;
}
.BgClassName
{
background-color: #A2F54D;
}
</style>
border-color css
<style>
span { border-color: #A2F54D; }
span { border-color: rgb(162,245,77); }
td.TdClassName
{
border-color: #A2F54D;
}
.TagClassName
{
border-color: #A2F54D;
}
</style>