Shades of Conifer #A1E058
Tints of Conifer #A1E058
RGB
CMYK
RGB Variations
Color information
#A1E058 (or 0xA1E058) is known color: Conifer. HEX triplet: A1, E0 and 58. RGB value is (161,224,88). Sum of RGB (Red+Green+Blue) = 161+224+88=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E058 is #5E1FA7. Grayscale: #BEBEBE. Windows color (decimal): -6168488 or 5824673. OLE color: 5824673.
HSL color Cylindrical-coordinate representation of color #A1E058: hue angle of 87.79º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1E058 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 88 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.12 |
| HSL | 87.79º | 0.69% | 0.61% | - |
| HSV(B) | 87.79º | 0.61% | 0.88% | - |
| XYZ | 43.12 | 61.59 | 18.85 | - |
| YUV | 189.66 | 70.63 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 88 | 0.28 | 0 | 0.61 | 0.12 | 87.79 | 0.69 | 0.61 |
| Hex | A1 | E0 | 58 | 1C | 0 | 3D | C | 58 | 45 | 3D |
| Octal | 241 | 340 | 130 | 34 | 0 | 75 | 14 | 130 | 105 | 75 |
| Binary | 10100001 | 11100000 | 1011000 | 11100 | 0 | 111101 | 1100 | 1011000 | 1000101 | 111101 |
Color Harmonies of #A1E058
Complementary color
Monochromatic Colors of #A1E058
Black with #A1E058
Text Example
Text Example
White with #A1E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E058; }
p { color: rgb(161,224,88); }
H1.HeaderClassName
{
color: #A1E058;
}
.AnyTagClassName
{
color: #A1E058;
}
</style>
background-color css
<style>
a { background-color: #A1E058; }
a { background-color: rgb(161,224,88); }
div.DivClassName
{
background-color: #A1E058;
}
.BgClassName
{
background-color: #A1E058;
}
</style>
border-color css
<style>
span { border-color: #A1E058; }
span { border-color: rgb(161,224,88); }
td.TdClassName
{
border-color: #A1E058;
}
.TagClassName
{
border-color: #A1E058;
}
</style>