Shades of Conifer #A3DD4F
Tints of Conifer #A3DD4F
RGB
CMYK
RGB Variations
Color information
#A3DD4F (or 0xA3DD4F) is known color: Conifer. HEX triplet: A3, DD and 4F. RGB value is (163,221,79). Sum of RGB (Red+Green+Blue) = 163+221+79=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD4F is #5C22B0. Grayscale: #BBBBBB. Windows color (decimal): -6038193 or 5234083. OLE color: 5234083.
HSL color Cylindrical-coordinate representation of color #A3DD4F: hue angle of 84.51º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3DD4F is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 79 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.13 |
| HSL | 84.51º | 0.68% | 0.59% | - |
| HSV(B) | 84.51º | 0.64% | 0.87% | - |
| XYZ | 42.37 | 60.06 | 16.76 | - |
| YUV | 187.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 79 | 0.26 | 0 | 0.64 | 0.13 | 84.51 | 0.68 | 0.59 |
| Hex | A3 | DD | 4F | 1A | 0 | 40 | D | 55 | 44 | 3B |
| Octal | 243 | 335 | 117 | 32 | 0 | 100 | 15 | 125 | 104 | 73 |
| Binary | 10100011 | 11011101 | 1001111 | 11010 | 0 | 1000000 | 1101 | 1010101 | 1000100 | 111011 |
Color Harmonies of #A3DD4F
Complementary color
Monochromatic Colors of #A3DD4F
Black with #A3DD4F
Text Example
Text Example
White with #A3DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD4F; }
p { color: rgb(163,221,79); }
H1.HeaderClassName
{
color: #A3DD4F;
}
.AnyTagClassName
{
color: #A3DD4F;
}
</style>
background-color css
<style>
a { background-color: #A3DD4F; }
a { background-color: rgb(163,221,79); }
div.DivClassName
{
background-color: #A3DD4F;
}
.BgClassName
{
background-color: #A3DD4F;
}
</style>
border-color css
<style>
span { border-color: #A3DD4F; }
span { border-color: rgb(163,221,79); }
td.TdClassName
{
border-color: #A3DD4F;
}
.TagClassName
{
border-color: #A3DD4F;
}
</style>