Shades of Conifer #A2F14D
Tints of Conifer #A2F14D
RGB
CMYK
RGB Variations
Color information
#A2F14D (or 0xA2F14D) is known color: Conifer. HEX triplet: A2, F1 and 4D. RGB value is (162,241,77). Sum of RGB (Red+Green+Blue) = 162+241+77=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F14D is #5D0EB2. Grayscale: #C7C7C7. Windows color (decimal): -6098611 or 5108130. OLE color: 5108130.
HSL color Cylindrical-coordinate representation of color #A2F14D: hue angle of 88.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F14D is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 77 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.05 |
| HSL | 88.9º | 0.85% | 0.62% | - |
| HSV(B) | 88.9º | 0.68% | 0.95% | - |
| XYZ | 47.7 | 71.13 | 18.24 | - |
| YUV | 198.68 | 59.33 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 77 | 0.33 | 0 | 0.68 | 0.05 | 88.9 | 0.85 | 0.62 |
| Hex | A2 | F1 | 4D | 21 | 0 | 44 | 5 | 59 | 55 | 3E |
| Octal | 242 | 361 | 115 | 41 | 0 | 104 | 5 | 131 | 125 | 76 |
| Binary | 10100010 | 11110001 | 1001101 | 100001 | 0 | 1000100 | 101 | 1011001 | 1010101 | 111110 |
Color Harmonies of #A2F14D
Complementary color
Monochromatic Colors of #A2F14D
Black with #A2F14D
Text Example
Text Example
White with #A2F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F14D; }
p { color: rgb(162,241,77); }
H1.HeaderClassName
{
color: #A2F14D;
}
.AnyTagClassName
{
color: #A2F14D;
}
</style>
background-color css
<style>
a { background-color: #A2F14D; }
a { background-color: rgb(162,241,77); }
div.DivClassName
{
background-color: #A2F14D;
}
.BgClassName
{
background-color: #A2F14D;
}
</style>
border-color css
<style>
span { border-color: #A2F14D; }
span { border-color: rgb(162,241,77); }
td.TdClassName
{
border-color: #A2F14D;
}
.TagClassName
{
border-color: #A2F14D;
}
</style>