Shades of Conifer #A3DD59
Tints of Conifer #A3DD59
RGB
CMYK
RGB Variations
Color information
#A3DD59 (or 0xA3DD59) is known color: Conifer. HEX triplet: A3, DD and 59. RGB value is (163,221,89). Sum of RGB (Red+Green+Blue) = 163+221+89=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD59 is #5C22A6. Grayscale: #BDBDBD. Windows color (decimal): -6038183 or 5889443. OLE color: 5889443.
HSL color Cylindrical-coordinate representation of color #A3DD59: hue angle of 86.36º 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 #A3DD59 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 89 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.13 |
| HSL | 86.36º | 0.66% | 0.61% | - |
| HSV(B) | 86.36º | 0.6% | 0.87% | - |
| XYZ | 42.76 | 60.22 | 18.82 | - |
| YUV | 188.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 89 | 0.26 | 0 | 0.60 | 0.13 | 86.36 | 0.66 | 0.61 |
| Hex | A3 | DD | 59 | 1A | 0 | 3C | D | 56 | 42 | 3D |
| Octal | 243 | 335 | 131 | 32 | 0 | 74 | 15 | 126 | 102 | 75 |
| Binary | 10100011 | 11011101 | 1011001 | 11010 | 0 | 111100 | 1101 | 1010110 | 1000010 | 111101 |
Color Harmonies of #A3DD59
Complementary color
Monochromatic Colors of #A3DD59
Black with #A3DD59
Text Example
Text Example
White with #A3DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD59; }
p { color: rgb(163,221,89); }
H1.HeaderClassName
{
color: #A3DD59;
}
.AnyTagClassName
{
color: #A3DD59;
}
</style>
background-color css
<style>
a { background-color: #A3DD59; }
a { background-color: rgb(163,221,89); }
div.DivClassName
{
background-color: #A3DD59;
}
.BgClassName
{
background-color: #A3DD59;
}
</style>
border-color css
<style>
span { border-color: #A3DD59; }
span { border-color: rgb(163,221,89); }
td.TdClassName
{
border-color: #A3DD59;
}
.TagClassName
{
border-color: #A3DD59;
}
</style>