Shades of Conifer #A1D752
Tints of Conifer #A1D752
RGB
CMYK
RGB Variations
Color information
#A1D752 (or 0xA1D752) is known color: Conifer. HEX triplet: A1, D7 and 52. RGB value is (161,215,82). Sum of RGB (Red+Green+Blue) = 161+215+82=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D752 is #5E28AD. Grayscale: #B8B8B8. Windows color (decimal): -6170798 or 5429153. OLE color: 5429153.
HSL color Cylindrical-coordinate representation of color #A1D752: hue angle of 84.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1D752 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.16 |
| HSL | 84.36º | 0.62% | 0.58% | - |
| HSV(B) | 84.36º | 0.62% | 0.84% | - |
| XYZ | 40.52 | 56.79 | 16.81 | - |
| YUV | 183.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 82 | 0.25 | 0 | 0.62 | 0.16 | 84.36 | 0.62 | 0.58 |
| Hex | A1 | D7 | 52 | 19 | 0 | 3E | 10 | 54 | 3E | 3A |
| Octal | 241 | 327 | 122 | 31 | 0 | 76 | 20 | 124 | 76 | 72 |
| Binary | 10100001 | 11010111 | 1010010 | 11001 | 0 | 111110 | 10000 | 1010100 | 111110 | 111010 |
Color Harmonies of #A1D752
Complementary color
Monochromatic Colors of #A1D752
Black with #A1D752
Text Example
Text Example
White with #A1D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D752; }
p { color: rgb(161,215,82); }
H1.HeaderClassName
{
color: #A1D752;
}
.AnyTagClassName
{
color: #A1D752;
}
</style>
background-color css
<style>
a { background-color: #A1D752; }
a { background-color: rgb(161,215,82); }
div.DivClassName
{
background-color: #A1D752;
}
.BgClassName
{
background-color: #A1D752;
}
</style>
border-color css
<style>
span { border-color: #A1D752; }
span { border-color: rgb(161,215,82); }
td.TdClassName
{
border-color: #A1D752;
}
.TagClassName
{
border-color: #A1D752;
}
</style>