Shades of Conifer #A1DC5B
Tints of Conifer #A1DC5B
RGB
CMYK
RGB Variations
Color information
#A1DC5B (or 0xA1DC5B) is known color: Conifer. HEX triplet: A1, DC and 5B. RGB value is (161,220,91). Sum of RGB (Red+Green+Blue) = 161+220+91=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC5B is #5E23A4. Grayscale: #BCBCBC. Windows color (decimal): -6169509 or 6020257. OLE color: 6020257.
HSL color Cylindrical-coordinate representation of color #A1DC5B: hue angle of 87.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1DC5B is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 91 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.14 |
| HSL | 87.44º | 0.65% | 0.61% | - |
| HSV(B) | 87.44º | 0.59% | 0.86% | - |
| XYZ | 42.18 | 59.52 | 19.16 | - |
| YUV | 187.65 | 73.45 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 91 | 0.27 | 0 | 0.59 | 0.14 | 87.44 | 0.65 | 0.61 |
| Hex | A1 | DC | 5B | 1B | 0 | 3B | E | 57 | 41 | 3D |
| Octal | 241 | 334 | 133 | 33 | 0 | 73 | 16 | 127 | 101 | 75 |
| Binary | 10100001 | 11011100 | 1011011 | 11011 | 0 | 111011 | 1110 | 1010111 | 1000001 | 111101 |
Color Harmonies of #A1DC5B
Complementary color
Monochromatic Colors of #A1DC5B
Black with #A1DC5B
Text Example
Text Example
White with #A1DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC5B; }
p { color: rgb(161,220,91); }
H1.HeaderClassName
{
color: #A1DC5B;
}
.AnyTagClassName
{
color: #A1DC5B;
}
</style>
background-color css
<style>
a { background-color: #A1DC5B; }
a { background-color: rgb(161,220,91); }
div.DivClassName
{
background-color: #A1DC5B;
}
.BgClassName
{
background-color: #A1DC5B;
}
</style>
border-color css
<style>
span { border-color: #A1DC5B; }
span { border-color: rgb(161,220,91); }
td.TdClassName
{
border-color: #A1DC5B;
}
.TagClassName
{
border-color: #A1DC5B;
}
</style>