Shades of Conifer #A1F14C
Tints of Conifer #A1F14C
RGB
CMYK
RGB Variations
Color information
#A1F14C (or 0xA1F14C) is known color: Conifer. HEX triplet: A1, F1 and 4C. RGB value is (161,241,76). Sum of RGB (Red+Green+Blue) = 161+241+76=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F14C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F14C is #5E0EB3. Grayscale: #C6C6C6. Windows color (decimal): -6164148 or 5042593. OLE color: 5042593.
HSL color Cylindrical-coordinate representation of color #A1F14C: hue angle of 89.09º 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 #A1F14C is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 76 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.05 |
| HSL | 89.09º | 0.85% | 0.62% | - |
| HSV(B) | 89.09º | 0.68% | 0.95% | - |
| XYZ | 47.46 | 71.01 | 18.04 | - |
| YUV | 198.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 76 | 0.33 | 0 | 0.68 | 0.05 | 89.09 | 0.85 | 0.62 |
| Hex | A1 | F1 | 4C | 21 | 0 | 44 | 5 | 59 | 55 | 3E |
| Octal | 241 | 361 | 114 | 41 | 0 | 104 | 5 | 131 | 125 | 76 |
| Binary | 10100001 | 11110001 | 1001100 | 100001 | 0 | 1000100 | 101 | 1011001 | 1010101 | 111110 |
Color Harmonies of #A1F14C
Complementary color
Monochromatic Colors of #A1F14C
Black with #A1F14C
Text Example
Text Example
White with #A1F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F14C; }
p { color: rgb(161,241,76); }
H1.HeaderClassName
{
color: #A1F14C;
}
.AnyTagClassName
{
color: #A1F14C;
}
</style>
background-color css
<style>
a { background-color: #A1F14C; }
a { background-color: rgb(161,241,76); }
div.DivClassName
{
background-color: #A1F14C;
}
.BgClassName
{
background-color: #A1F14C;
}
</style>
border-color css
<style>
span { border-color: #A1F14C; }
span { border-color: rgb(161,241,76); }
td.TdClassName
{
border-color: #A1F14C;
}
.TagClassName
{
border-color: #A1F14C;
}
</style>