Shades of Conifer #A3DD5C
Tints of Conifer #A3DD5C
RGB
CMYK
RGB Variations
Color information
#A3DD5C (or 0xA3DD5C) is known color: Conifer. HEX triplet: A3, DD and 5C. RGB value is (163,221,92). Sum of RGB (Red+Green+Blue) = 163+221+92=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD5C is #5C22A3. Grayscale: #BDBDBD. Windows color (decimal): -6038180 or 6086051. OLE color: 6086051.
HSL color Cylindrical-coordinate representation of color #A3DD5C: hue angle of 86.98º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3DD5C is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 92 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.13 |
| HSL | 86.98º | 0.65% | 0.61% | - |
| HSV(B) | 86.98º | 0.58% | 0.87% | - |
| XYZ | 42.89 | 60.27 | 19.5 | - |
| YUV | 188.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 92 | 0.26 | 0 | 0.58 | 0.13 | 86.98 | 0.65 | 0.61 |
| Hex | A3 | DD | 5C | 1A | 0 | 3A | D | 57 | 41 | 3D |
| Octal | 243 | 335 | 134 | 32 | 0 | 72 | 15 | 127 | 101 | 75 |
| Binary | 10100011 | 11011101 | 1011100 | 11010 | 0 | 111010 | 1101 | 1010111 | 1000001 | 111101 |
Color Harmonies of #A3DD5C
Complementary color
Monochromatic Colors of #A3DD5C
Black with #A3DD5C
Text Example
Text Example
White with #A3DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD5C; }
p { color: rgb(163,221,92); }
H1.HeaderClassName
{
color: #A3DD5C;
}
.AnyTagClassName
{
color: #A3DD5C;
}
</style>
background-color css
<style>
a { background-color: #A3DD5C; }
a { background-color: rgb(163,221,92); }
div.DivClassName
{
background-color: #A3DD5C;
}
.BgClassName
{
background-color: #A3DD5C;
}
</style>
border-color css
<style>
span { border-color: #A3DD5C; }
span { border-color: rgb(163,221,92); }
td.TdClassName
{
border-color: #A3DD5C;
}
.TagClassName
{
border-color: #A3DD5C;
}
</style>