Shades of Conifer #A1F14D
Tints of Conifer #A1F14D
RGB
CMYK
RGB Variations
Color information
#A1F14D (or 0xA1F14D) is known color: Conifer. HEX triplet: A1, F1 and 4D. RGB value is (161,241,77). Sum of RGB (Red+Green+Blue) = 161+241+77=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F14D is #5E0EB2. Grayscale: #C6C6C6. Windows color (decimal): -6164147 or 5108129. OLE color: 5108129.
HSL color Cylindrical-coordinate representation of color #A1F14D: hue angle of 89.27º 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 #A1F14D is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 77 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.05 |
| HSL | 89.27º | 0.85% | 0.62% | - |
| HSV(B) | 89.27º | 0.68% | 0.95% | - |
| XYZ | 47.49 | 71.02 | 18.23 | - |
| YUV | 198.38 | 59.5 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 77 | 0.33 | 0 | 0.68 | 0.05 | 89.27 | 0.85 | 0.62 |
| Hex | A1 | F1 | 4D | 21 | 0 | 44 | 5 | 59 | 55 | 3E |
| Octal | 241 | 361 | 115 | 41 | 0 | 104 | 5 | 131 | 125 | 76 |
| Binary | 10100001 | 11110001 | 1001101 | 100001 | 0 | 1000100 | 101 | 1011001 | 1010101 | 111110 |
Color Harmonies of #A1F14D
Complementary color
Monochromatic Colors of #A1F14D
Black with #A1F14D
Text Example
Text Example
White with #A1F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F14D; }
p { color: rgb(161,241,77); }
H1.HeaderClassName
{
color: #A1F14D;
}
.AnyTagClassName
{
color: #A1F14D;
}
</style>
background-color css
<style>
a { background-color: #A1F14D; }
a { background-color: rgb(161,241,77); }
div.DivClassName
{
background-color: #A1F14D;
}
.BgClassName
{
background-color: #A1F14D;
}
</style>
border-color css
<style>
span { border-color: #A1F14D; }
span { border-color: rgb(161,241,77); }
td.TdClassName
{
border-color: #A1F14D;
}
.TagClassName
{
border-color: #A1F14D;
}
</style>