Shades of Conifer #A3D552
Tints of Conifer #A3D552
RGB
CMYK
RGB Variations
Color information
#A3D552 (or 0xA3D552) is known color: Conifer. HEX triplet: A3, D5 and 52. RGB value is (163,213,82). Sum of RGB (Red+Green+Blue) = 163+213+82=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D552 is #5C2AAD. Grayscale: #B7B7B7. Windows color (decimal): -6040238 or 5428643. OLE color: 5428643.
HSL color Cylindrical-coordinate representation of color #A3D552: hue angle of 82.9º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3D552 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 82 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.16 |
| HSL | 82.9º | 0.61% | 0.58% | - |
| HSV(B) | 82.9º | 0.62% | 0.84% | - |
| XYZ | 40.42 | 55.98 | 16.66 | - |
| YUV | 183.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 82 | 0.23 | 0 | 0.62 | 0.16 | 82.9 | 0.61 | 0.58 |
| Hex | A3 | D5 | 52 | 17 | 0 | 3E | 10 | 53 | 3D | 3A |
| Octal | 243 | 325 | 122 | 27 | 0 | 76 | 20 | 123 | 75 | 72 |
| Binary | 10100011 | 11010101 | 1010010 | 10111 | 0 | 111110 | 10000 | 1010011 | 111101 | 111010 |
Color Harmonies of #A3D552
Complementary color
Monochromatic Colors of #A3D552
Black with #A3D552
Text Example
Text Example
White with #A3D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D552; }
p { color: rgb(163,213,82); }
H1.HeaderClassName
{
color: #A3D552;
}
.AnyTagClassName
{
color: #A3D552;
}
</style>
background-color css
<style>
a { background-color: #A3D552; }
a { background-color: rgb(163,213,82); }
div.DivClassName
{
background-color: #A3D552;
}
.BgClassName
{
background-color: #A3D552;
}
</style>
border-color css
<style>
span { border-color: #A3D552; }
span { border-color: rgb(163,213,82); }
td.TdClassName
{
border-color: #A3D552;
}
.TagClassName
{
border-color: #A3D552;
}
</style>