Shades of Conifer #A1F063
Tints of Conifer #A1F063
RGB
CMYK
RGB Variations
Color information
#A1F063 (or 0xA1F063) is known color: Conifer. HEX triplet: A1, F0 and 63. RGB value is (161,240,99). Sum of RGB (Red+Green+Blue) = 161+240+99=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F063 is #5E0F9C. Grayscale: #C8C8C8. Windows color (decimal): -6164381 or 6549665. OLE color: 6549665.
HSL color Cylindrical-coordinate representation of color #A1F063: hue angle of 93.62º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F063 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 99 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.06 |
| HSL | 93.62º | 0.82% | 0.66% | - |
| HSV(B) | 93.62º | 0.59% | 0.94% | - |
| XYZ | 48.11 | 70.8 | 22.93 | - |
| YUV | 200.31 | 70.83 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 99 | 0.33 | 0 | 0.59 | 0.06 | 93.62 | 0.82 | 0.66 |
| Hex | A1 | F0 | 63 | 21 | 0 | 3B | 6 | 5E | 52 | 42 |
| Octal | 241 | 360 | 143 | 41 | 0 | 73 | 6 | 136 | 122 | 102 |
| Binary | 10100001 | 11110000 | 1100011 | 100001 | 0 | 111011 | 110 | 1011110 | 1010010 | 1000010 |
Color Harmonies of #A1F063
Complementary color
Monochromatic Colors of #A1F063
Black with #A1F063
Text Example
Text Example
White with #A1F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F063; }
p { color: rgb(161,240,99); }
H1.HeaderClassName
{
color: #A1F063;
}
.AnyTagClassName
{
color: #A1F063;
}
</style>
background-color css
<style>
a { background-color: #A1F063; }
a { background-color: rgb(161,240,99); }
div.DivClassName
{
background-color: #A1F063;
}
.BgClassName
{
background-color: #A1F063;
}
</style>
border-color css
<style>
span { border-color: #A1F063; }
span { border-color: rgb(161,240,99); }
td.TdClassName
{
border-color: #A1F063;
}
.TagClassName
{
border-color: #A1F063;
}
</style>