Shades of Conifer #A1F164
Tints of Conifer #A1F164
RGB
CMYK
RGB Variations
Color information
#A1F164 (or 0xA1F164) is known color: Conifer. HEX triplet: A1, F1 and 64. RGB value is (161,241,100). Sum of RGB (Red+Green+Blue) = 161+241+100=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F164 is #5E0E9B. Grayscale: #C9C9C9. Windows color (decimal): -6164124 or 6615457. OLE color: 6615457.
HSL color Cylindrical-coordinate representation of color #A1F164: hue angle of 94.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F164 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 100 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.05 |
| HSL | 94.04º | 0.83% | 0.67% | - |
| HSV(B) | 94.04º | 0.59% | 0.95% | - |
| XYZ | 48.45 | 71.41 | 23.29 | - |
| YUV | 201.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 100 | 0.33 | 0 | 0.59 | 0.05 | 94.04 | 0.83 | 0.67 |
| Hex | A1 | F1 | 64 | 21 | 0 | 3B | 5 | 5E | 53 | 43 |
| Octal | 241 | 361 | 144 | 41 | 0 | 73 | 5 | 136 | 123 | 103 |
| Binary | 10100001 | 11110001 | 1100100 | 100001 | 0 | 111011 | 101 | 1011110 | 1010011 | 1000011 |
Color Harmonies of #A1F164
Complementary color
Monochromatic Colors of #A1F164
Black with #A1F164
Text Example
Text Example
White with #A1F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F164; }
p { color: rgb(161,241,100); }
H1.HeaderClassName
{
color: #A1F164;
}
.AnyTagClassName
{
color: #A1F164;
}
</style>
background-color css
<style>
a { background-color: #A1F164; }
a { background-color: rgb(161,241,100); }
div.DivClassName
{
background-color: #A1F164;
}
.BgClassName
{
background-color: #A1F164;
}
</style>
border-color css
<style>
span { border-color: #A1F164; }
span { border-color: rgb(161,241,100); }
td.TdClassName
{
border-color: #A1F164;
}
.TagClassName
{
border-color: #A1F164;
}
</style>