Shades of Conifer #A1E053
Tints of Conifer #A1E053
RGB
CMYK
RGB Variations
Color information
#A1E053 (or 0xA1E053) is known color: Conifer. HEX triplet: A1, E0 and 53. RGB value is (161,224,83). Sum of RGB (Red+Green+Blue) = 161+224+83=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E053 is #5E1FAC. Grayscale: #BDBDBD. Windows color (decimal): -6168493 or 5496993. OLE color: 5496993.
HSL color Cylindrical-coordinate representation of color #A1E053: hue angle of 86.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1E053 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 83 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.12 |
| HSL | 86.81º | 0.69% | 0.6% | - |
| HSV(B) | 86.81º | 0.63% | 0.88% | - |
| XYZ | 42.91 | 61.51 | 17.79 | - |
| YUV | 189.09 | 68.13 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 83 | 0.28 | 0 | 0.63 | 0.12 | 86.81 | 0.69 | 0.6 |
| Hex | A1 | E0 | 53 | 1C | 0 | 3F | C | 57 | 45 | 3C |
| Octal | 241 | 340 | 123 | 34 | 0 | 77 | 14 | 127 | 105 | 74 |
| Binary | 10100001 | 11100000 | 1010011 | 11100 | 0 | 111111 | 1100 | 1010111 | 1000101 | 111100 |
Color Harmonies of #A1E053
Complementary color
Monochromatic Colors of #A1E053
Black with #A1E053
Text Example
Text Example
White with #A1E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E053; }
p { color: rgb(161,224,83); }
H1.HeaderClassName
{
color: #A1E053;
}
.AnyTagClassName
{
color: #A1E053;
}
</style>
background-color css
<style>
a { background-color: #A1E053; }
a { background-color: rgb(161,224,83); }
div.DivClassName
{
background-color: #A1E053;
}
.BgClassName
{
background-color: #A1E053;
}
</style>
border-color css
<style>
span { border-color: #A1E053; }
span { border-color: rgb(161,224,83); }
td.TdClassName
{
border-color: #A1E053;
}
.TagClassName
{
border-color: #A1E053;
}
</style>