Shades of Conifer #A1EB44
Tints of Conifer #A1EB44
RGB
CMYK
RGB Variations
Color information
#A1EB44 (or 0xA1EB44) is known color: Conifer. HEX triplet: A1, EB and 44. RGB value is (161,235,68). Sum of RGB (Red+Green+Blue) = 161+235+68=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EB44 is #5E14BB. Grayscale: #C2C2C2. Windows color (decimal): -6165692 or 4516769. OLE color: 4516769.
HSL color Cylindrical-coordinate representation of color #A1EB44: hue angle of 86.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1EB44 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 68 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.08 |
| HSL | 86.59º | 0.81% | 0.59% | - |
| HSV(B) | 86.59º | 0.71% | 0.92% | - |
| XYZ | 45.45 | 67.41 | 16.09 | - |
| YUV | 193.84 | 56.98 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 68 | 0.31 | 0 | 0.71 | 0.08 | 86.59 | 0.81 | 0.59 |
| Hex | A1 | EB | 44 | 1F | 0 | 47 | 8 | 57 | 51 | 3B |
| Octal | 241 | 353 | 104 | 37 | 0 | 107 | 10 | 127 | 121 | 73 |
| Binary | 10100001 | 11101011 | 1000100 | 11111 | 0 | 1000111 | 1000 | 1010111 | 1010001 | 111011 |
Color Harmonies of #A1EB44
Complementary color
Monochromatic Colors of #A1EB44
Black with #A1EB44
Text Example
Text Example
White with #A1EB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EB44; }
p { color: rgb(161,235,68); }
H1.HeaderClassName
{
color: #A1EB44;
}
.AnyTagClassName
{
color: #A1EB44;
}
</style>
background-color css
<style>
a { background-color: #A1EB44; }
a { background-color: rgb(161,235,68); }
div.DivClassName
{
background-color: #A1EB44;
}
.BgClassName
{
background-color: #A1EB44;
}
</style>
border-color css
<style>
span { border-color: #A1EB44; }
span { border-color: rgb(161,235,68); }
td.TdClassName
{
border-color: #A1EB44;
}
.TagClassName
{
border-color: #A1EB44;
}
</style>