Shades of Conifer #A1D755
Tints of Conifer #A1D755
RGB
CMYK
RGB Variations
Color information
#A1D755 (or 0xA1D755) is known color: Conifer. HEX triplet: A1, D7 and 55. RGB value is (161,215,85). Sum of RGB (Red+Green+Blue) = 161+215+85=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D755 is #5E28AA. Grayscale: #B8B8B8. Windows color (decimal): -6170795 or 5625761. OLE color: 5625761.
HSL color Cylindrical-coordinate representation of color #A1D755: hue angle of 84.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1D755 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 85 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.16 |
| HSL | 84.92º | 0.62% | 0.59% | - |
| HSV(B) | 84.92º | 0.6% | 0.84% | - |
| XYZ | 40.64 | 56.83 | 17.42 | - |
| YUV | 184.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 85 | 0.25 | 0 | 0.60 | 0.16 | 84.92 | 0.62 | 0.59 |
| Hex | A1 | D7 | 55 | 19 | 0 | 3C | 10 | 55 | 3E | 3B |
| Octal | 241 | 327 | 125 | 31 | 0 | 74 | 20 | 125 | 76 | 73 |
| Binary | 10100001 | 11010111 | 1010101 | 11001 | 0 | 111100 | 10000 | 1010101 | 111110 | 111011 |
Color Harmonies of #A1D755
Complementary color
Monochromatic Colors of #A1D755
Black with #A1D755
Text Example
Text Example
White with #A1D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D755; }
p { color: rgb(161,215,85); }
H1.HeaderClassName
{
color: #A1D755;
}
.AnyTagClassName
{
color: #A1D755;
}
</style>
background-color css
<style>
a { background-color: #A1D755; }
a { background-color: rgb(161,215,85); }
div.DivClassName
{
background-color: #A1D755;
}
.BgClassName
{
background-color: #A1D755;
}
</style>
border-color css
<style>
span { border-color: #A1D755; }
span { border-color: rgb(161,215,85); }
td.TdClassName
{
border-color: #A1D755;
}
.TagClassName
{
border-color: #A1D755;
}
</style>