Shades of Conifer #A1DE53
Tints of Conifer #A1DE53
RGB
CMYK
RGB Variations
Color information
#A1DE53 (or 0xA1DE53) is known color: Conifer. HEX triplet: A1, DE and 53. RGB value is (161,222,83). Sum of RGB (Red+Green+Blue) = 161+222+83=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DE53 is #5E21AC. Grayscale: #BCBCBC. Windows color (decimal): -6169005 or 5496481. OLE color: 5496481.
HSL color Cylindrical-coordinate representation of color #A1DE53: hue angle of 86.33º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1DE53 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 83 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.13 |
| HSL | 86.33º | 0.68% | 0.6% | - |
| HSV(B) | 86.33º | 0.63% | 0.87% | - |
| XYZ | 42.38 | 60.44 | 17.62 | - |
| YUV | 187.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 83 | 0.27 | 0 | 0.63 | 0.13 | 86.33 | 0.68 | 0.6 |
| Hex | A1 | DE | 53 | 1B | 0 | 3F | D | 56 | 44 | 3C |
| Octal | 241 | 336 | 123 | 33 | 0 | 77 | 15 | 126 | 104 | 74 |
| Binary | 10100001 | 11011110 | 1010011 | 11011 | 0 | 111111 | 1101 | 1010110 | 1000100 | 111100 |
Color Harmonies of #A1DE53
Complementary color
Monochromatic Colors of #A1DE53
Black with #A1DE53
Text Example
Text Example
White with #A1DE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE53; }
p { color: rgb(161,222,83); }
H1.HeaderClassName
{
color: #A1DE53;
}
.AnyTagClassName
{
color: #A1DE53;
}
</style>
background-color css
<style>
a { background-color: #A1DE53; }
a { background-color: rgb(161,222,83); }
div.DivClassName
{
background-color: #A1DE53;
}
.BgClassName
{
background-color: #A1DE53;
}
</style>
border-color css
<style>
span { border-color: #A1DE53; }
span { border-color: rgb(161,222,83); }
td.TdClassName
{
border-color: #A1DE53;
}
.TagClassName
{
border-color: #A1DE53;
}
</style>