Shades of Conifer #A1D75D
Tints of Conifer #A1D75D
RGB
CMYK
RGB Variations
Color information
#A1D75D (or 0xA1D75D) is known color: Conifer. HEX triplet: A1, D7 and 5D. RGB value is (161,215,93). Sum of RGB (Red+Green+Blue) = 161+215+93=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D75D is #5E28A2. Grayscale: #B9B9B9. Windows color (decimal): -6170787 or 6150049. OLE color: 6150049.
HSL color Cylindrical-coordinate representation of color #A1D75D: hue angle of 86.56º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1D75D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 93 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.16 |
| HSL | 86.56º | 0.6% | 0.6% | - |
| HSV(B) | 86.56º | 0.57% | 0.84% | - |
| XYZ | 40.97 | 56.97 | 19.19 | - |
| YUV | 184.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 93 | 0.25 | 0 | 0.57 | 0.16 | 86.56 | 0.6 | 0.6 |
| Hex | A1 | D7 | 5D | 19 | 0 | 39 | 10 | 57 | 3C | 3C |
| Octal | 241 | 327 | 135 | 31 | 0 | 71 | 20 | 127 | 74 | 74 |
| Binary | 10100001 | 11010111 | 1011101 | 11001 | 0 | 111001 | 10000 | 1010111 | 111100 | 111100 |
Color Harmonies of #A1D75D
Complementary color
Monochromatic Colors of #A1D75D
Black with #A1D75D
Text Example
Text Example
White with #A1D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D75D; }
p { color: rgb(161,215,93); }
H1.HeaderClassName
{
color: #A1D75D;
}
.AnyTagClassName
{
color: #A1D75D;
}
</style>
background-color css
<style>
a { background-color: #A1D75D; }
a { background-color: rgb(161,215,93); }
div.DivClassName
{
background-color: #A1D75D;
}
.BgClassName
{
background-color: #A1D75D;
}
</style>
border-color css
<style>
span { border-color: #A1D75D; }
span { border-color: rgb(161,215,93); }
td.TdClassName
{
border-color: #A1D75D;
}
.TagClassName
{
border-color: #A1D75D;
}
</style>