Shades of Conifer #A1EA48
Tints of Conifer #A1EA48
RGB
CMYK
RGB Variations
Color information
#A1EA48 (or 0xA1EA48) is known color: Conifer. HEX triplet: A1, EA and 48. RGB value is (161,234,72). Sum of RGB (Red+Green+Blue) = 161+234+72=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EA48 is #5E15B7. Grayscale: #C2C2C2. Windows color (decimal): -6165944 or 4778657. OLE color: 4778657.
HSL color Cylindrical-coordinate representation of color #A1EA48: hue angle of 87.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1EA48 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 72 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.08 |
| HSL | 87.04º | 0.79% | 0.6% | - |
| HSV(B) | 87.04º | 0.69% | 0.92% | - |
| XYZ | 45.29 | 66.89 | 16.66 | - |
| YUV | 193.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 72 | 0.31 | 0 | 0.69 | 0.08 | 87.04 | 0.79 | 0.6 |
| Hex | A1 | EA | 48 | 1F | 0 | 45 | 8 | 57 | 4F | 3C |
| Octal | 241 | 352 | 110 | 37 | 0 | 105 | 10 | 127 | 117 | 74 |
| Binary | 10100001 | 11101010 | 1001000 | 11111 | 0 | 1000101 | 1000 | 1010111 | 1001111 | 111100 |
Color Harmonies of #A1EA48
Complementary color
Monochromatic Colors of #A1EA48
Black with #A1EA48
Text Example
Text Example
White with #A1EA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA48; }
p { color: rgb(161,234,72); }
H1.HeaderClassName
{
color: #A1EA48;
}
.AnyTagClassName
{
color: #A1EA48;
}
</style>
background-color css
<style>
a { background-color: #A1EA48; }
a { background-color: rgb(161,234,72); }
div.DivClassName
{
background-color: #A1EA48;
}
.BgClassName
{
background-color: #A1EA48;
}
</style>
border-color css
<style>
span { border-color: #A1EA48; }
span { border-color: rgb(161,234,72); }
td.TdClassName
{
border-color: #A1EA48;
}
.TagClassName
{
border-color: #A1EA48;
}
</style>