Shades of Conifer #A1DD59
Tints of Conifer #A1DD59
RGB
CMYK
RGB Variations
Color information
#A1DD59 (or 0xA1DD59) is known color: Conifer. HEX triplet: A1, DD and 59. RGB value is (161,221,89). Sum of RGB (Red+Green+Blue) = 161+221+89=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD59 is #5E22A6. Grayscale: #BCBCBC. Windows color (decimal): -6169255 or 5889441. OLE color: 5889441.
HSL color Cylindrical-coordinate representation of color #A1DD59: hue angle of 87.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1DD59 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 89 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.13 |
| HSL | 87.27º | 0.66% | 0.61% | - |
| HSV(B) | 87.27º | 0.6% | 0.87% | - |
| XYZ | 42.36 | 60.01 | 18.8 | - |
| YUV | 188.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 89 | 0.27 | 0 | 0.60 | 0.13 | 87.27 | 0.66 | 0.61 |
| Hex | A1 | DD | 59 | 1B | 0 | 3C | D | 57 | 42 | 3D |
| Octal | 241 | 335 | 131 | 33 | 0 | 74 | 15 | 127 | 102 | 75 |
| Binary | 10100001 | 11011101 | 1011001 | 11011 | 0 | 111100 | 1101 | 1010111 | 1000010 | 111101 |
Color Harmonies of #A1DD59
Complementary color
Monochromatic Colors of #A1DD59
Black with #A1DD59
Text Example
Text Example
White with #A1DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD59; }
p { color: rgb(161,221,89); }
H1.HeaderClassName
{
color: #A1DD59;
}
.AnyTagClassName
{
color: #A1DD59;
}
</style>
background-color css
<style>
a { background-color: #A1DD59; }
a { background-color: rgb(161,221,89); }
div.DivClassName
{
background-color: #A1DD59;
}
.BgClassName
{
background-color: #A1DD59;
}
</style>
border-color css
<style>
span { border-color: #A1DD59; }
span { border-color: rgb(161,221,89); }
td.TdClassName
{
border-color: #A1DD59;
}
.TagClassName
{
border-color: #A1DD59;
}
</style>