Shades of Conifer #A1F34D
Tints of Conifer #A1F34D
RGB
CMYK
RGB Variations
Color information
#A1F34D (or 0xA1F34D) is known color: Conifer. HEX triplet: A1, F3 and 4D. RGB value is (161,243,77). Sum of RGB (Red+Green+Blue) = 161+243+77=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F34D is #5E0CB2. Grayscale: #C8C8C8. Windows color (decimal): -6163635 or 5108641. OLE color: 5108641.
HSL color Cylindrical-coordinate representation of color #A1F34D: hue angle of 89.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1F34D is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 77 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.05 |
| HSL | 89.64º | 0.87% | 0.63% | - |
| HSV(B) | 89.64º | 0.68% | 0.95% | - |
| XYZ | 48.09 | 72.21 | 18.43 | - |
| YUV | 199.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 77 | 0.34 | 0 | 0.68 | 0.05 | 89.64 | 0.87 | 0.63 |
| Hex | A1 | F3 | 4D | 22 | 0 | 44 | 5 | 5A | 57 | 3F |
| Octal | 241 | 363 | 115 | 42 | 0 | 104 | 5 | 132 | 127 | 77 |
| Binary | 10100001 | 11110011 | 1001101 | 100010 | 0 | 1000100 | 101 | 1011010 | 1010111 | 111111 |
Color Harmonies of #A1F34D
Complementary color
Monochromatic Colors of #A1F34D
Black with #A1F34D
Text Example
Text Example
White with #A1F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F34D; }
p { color: rgb(161,243,77); }
H1.HeaderClassName
{
color: #A1F34D;
}
.AnyTagClassName
{
color: #A1F34D;
}
</style>
background-color css
<style>
a { background-color: #A1F34D; }
a { background-color: rgb(161,243,77); }
div.DivClassName
{
background-color: #A1F34D;
}
.BgClassName
{
background-color: #A1F34D;
}
</style>
border-color css
<style>
span { border-color: #A1F34D; }
span { border-color: rgb(161,243,77); }
td.TdClassName
{
border-color: #A1F34D;
}
.TagClassName
{
border-color: #A1F34D;
}
</style>