Shades of Conifer #A1EB64
Tints of Conifer #A1EB64
RGB
CMYK
RGB Variations
Color information
#A1EB64 (or 0xA1EB64) is known color: Conifer. HEX triplet: A1, EB and 64. RGB value is (161,235,100). Sum of RGB (Red+Green+Blue) = 161+235+100=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB64 is #5E149B. Grayscale: #C5C5C5. Windows color (decimal): -6165660 or 6613921. OLE color: 6613921.
HSL color Cylindrical-coordinate representation of color #A1EB64: hue angle of 92.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1EB64 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 100 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.08 |
| HSL | 92.89º | 0.77% | 0.66% | - |
| HSV(B) | 92.89º | 0.57% | 0.92% | - |
| XYZ | 46.71 | 67.91 | 22.7 | - |
| YUV | 197.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 100 | 0.31 | 0 | 0.57 | 0.08 | 92.89 | 0.77 | 0.66 |
| Hex | A1 | EB | 64 | 1F | 0 | 39 | 8 | 5D | 4D | 42 |
| Octal | 241 | 353 | 144 | 37 | 0 | 71 | 10 | 135 | 115 | 102 |
| Binary | 10100001 | 11101011 | 1100100 | 11111 | 0 | 111001 | 1000 | 1011101 | 1001101 | 1000010 |
Color Harmonies of #A1EB64
Complementary color
Monochromatic Colors of #A1EB64
Black with #A1EB64
Text Example
Text Example
White with #A1EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EB64; }
p { color: rgb(161,235,100); }
H1.HeaderClassName
{
color: #A1EB64;
}
.AnyTagClassName
{
color: #A1EB64;
}
</style>
background-color css
<style>
a { background-color: #A1EB64; }
a { background-color: rgb(161,235,100); }
div.DivClassName
{
background-color: #A1EB64;
}
.BgClassName
{
background-color: #A1EB64;
}
</style>
border-color css
<style>
span { border-color: #A1EB64; }
span { border-color: rgb(161,235,100); }
td.TdClassName
{
border-color: #A1EB64;
}
.TagClassName
{
border-color: #A1EB64;
}
</style>