Shades of Conifer #A3C55B
Tints of Conifer #A3C55B
RGB
CMYK
RGB Variations
Color information
#A3C55B (or 0xA3C55B) is known color: Conifer. HEX triplet: A3, C5 and 5B. RGB value is (163,197,91). Sum of RGB (Red+Green+Blue) = 163+197+91=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C55B is #5C3AA4. Grayscale: #AFAFAF. Windows color (decimal): -6044325 or 6014371. OLE color: 6014371.
HSL color Cylindrical-coordinate representation of color #A3C55B: hue angle of 79.25º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3C55B is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 91 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.23 |
| HSL | 79.25º | 0.48% | 0.56% | - |
| HSV(B) | 79.25º | 0.54% | 0.77% | - |
| XYZ | 36.96 | 48.47 | 17.31 | - |
| YUV | 174.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 91 | 0.17 | 0 | 0.54 | 0.23 | 79.25 | 0.48 | 0.56 |
| Hex | A3 | C5 | 5B | 11 | 0 | 36 | 17 | 4F | 30 | 38 |
| Octal | 243 | 305 | 133 | 21 | 0 | 66 | 27 | 117 | 60 | 70 |
| Binary | 10100011 | 11000101 | 1011011 | 10001 | 0 | 110110 | 10111 | 1001111 | 110000 | 111000 |
Color Harmonies of #A3C55B
Complementary color
Monochromatic Colors of #A3C55B
Black with #A3C55B
Text Example
Text Example
White with #A3C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C55B; }
p { color: rgb(163,197,91); }
H1.HeaderClassName
{
color: #A3C55B;
}
.AnyTagClassName
{
color: #A3C55B;
}
</style>
background-color css
<style>
a { background-color: #A3C55B; }
a { background-color: rgb(163,197,91); }
div.DivClassName
{
background-color: #A3C55B;
}
.BgClassName
{
background-color: #A3C55B;
}
</style>
border-color css
<style>
span { border-color: #A3C55B; }
span { border-color: rgb(163,197,91); }
td.TdClassName
{
border-color: #A3C55B;
}
.TagClassName
{
border-color: #A3C55B;
}
</style>