Shades of Conifer #A1D75B
Tints of Conifer #A1D75B
RGB
CMYK
RGB Variations
Color information
#A1D75B (or 0xA1D75B) is known color: Conifer. HEX triplet: A1, D7 and 5B. RGB value is (161,215,91). Sum of RGB (Red+Green+Blue) = 161+215+91=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D75B is #5E28A4. Grayscale: #B9B9B9. Windows color (decimal): -6170789 or 6018977. OLE color: 6018977.
HSL color Cylindrical-coordinate representation of color #A1D75B: hue angle of 86.13º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1D75B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 91 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.16 |
| HSL | 86.13º | 0.61% | 0.6% | - |
| HSV(B) | 86.13º | 0.58% | 0.84% | - |
| XYZ | 40.89 | 56.93 | 18.73 | - |
| YUV | 184.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 91 | 0.25 | 0 | 0.58 | 0.16 | 86.13 | 0.61 | 0.6 |
| Hex | A1 | D7 | 5B | 19 | 0 | 3A | 10 | 56 | 3D | 3C |
| Octal | 241 | 327 | 133 | 31 | 0 | 72 | 20 | 126 | 75 | 74 |
| Binary | 10100001 | 11010111 | 1011011 | 11001 | 0 | 111010 | 10000 | 1010110 | 111101 | 111100 |
Color Harmonies of #A1D75B
Complementary color
Monochromatic Colors of #A1D75B
Black with #A1D75B
Text Example
Text Example
White with #A1D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D75B; }
p { color: rgb(161,215,91); }
H1.HeaderClassName
{
color: #A1D75B;
}
.AnyTagClassName
{
color: #A1D75B;
}
</style>
background-color css
<style>
a { background-color: #A1D75B; }
a { background-color: rgb(161,215,91); }
div.DivClassName
{
background-color: #A1D75B;
}
.BgClassName
{
background-color: #A1D75B;
}
</style>
border-color css
<style>
span { border-color: #A1D75B; }
span { border-color: rgb(161,215,91); }
td.TdClassName
{
border-color: #A1D75B;
}
.TagClassName
{
border-color: #A1D75B;
}
</style>