Shades of Conifer #A2F54F
Tints of Conifer #A2F54F
RGB
CMYK
RGB Variations
Color information
#A2F54F (or 0xA2F54F) is known color: Conifer. HEX triplet: A2, F5 and 4F. RGB value is (162,245,79). Sum of RGB (Red+Green+Blue) = 162+245+79=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F54F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F54F is #5D0AB0. Grayscale: #C9C9C9. Windows color (decimal): -6097585 or 5240226. OLE color: 5240226.
HSL color Cylindrical-coordinate representation of color #A2F54F: hue angle of 90º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F54F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 79 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 90º | 0.89% | 0.64% | - |
| HSV(B) | 90º | 0.68% | 0.96% | - |
| XYZ | 48.96 | 73.55 | 19.01 | - |
| YUV | 201.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 79 | 0.34 | 0 | 0.68 | 0.04 | 90 | 0.89 | 0.64 |
| Hex | A2 | F5 | 4F | 22 | 0 | 44 | 4 | 5A | 59 | 40 |
| Octal | 242 | 365 | 117 | 42 | 0 | 104 | 4 | 132 | 131 | 100 |
| Binary | 10100010 | 11110101 | 1001111 | 100010 | 0 | 1000100 | 100 | 1011010 | 1011001 | 1000000 |
Color Harmonies of #A2F54F
Complementary color
Monochromatic Colors of #A2F54F
Black with #A2F54F
Text Example
Text Example
White with #A2F54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F54F; }
p { color: rgb(162,245,79); }
H1.HeaderClassName
{
color: #A2F54F;
}
.AnyTagClassName
{
color: #A2F54F;
}
</style>
background-color css
<style>
a { background-color: #A2F54F; }
a { background-color: rgb(162,245,79); }
div.DivClassName
{
background-color: #A2F54F;
}
.BgClassName
{
background-color: #A2F54F;
}
</style>
border-color css
<style>
span { border-color: #A2F54F; }
span { border-color: rgb(162,245,79); }
td.TdClassName
{
border-color: #A2F54F;
}
.TagClassName
{
border-color: #A2F54F;
}
</style>