Shades of Conifer #A3D752
Tints of Conifer #A3D752
RGB
CMYK
RGB Variations
Color information
#A3D752 (or 0xA3D752) is known color: Conifer. HEX triplet: A3, D7 and 52. RGB value is (163,215,82). Sum of RGB (Red+Green+Blue) = 163+215+82=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D752 is #5C28AD. Grayscale: #B8B8B8. Windows color (decimal): -6039726 or 5429155. OLE color: 5429155.
HSL color Cylindrical-coordinate representation of color #A3D752: hue angle of 83.46º degrees, saturation: 0.62, 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 #A3D752 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 82 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.16 |
| HSL | 83.46º | 0.62% | 0.58% | - |
| HSV(B) | 83.46º | 0.62% | 0.84% | - |
| XYZ | 40.93 | 57 | 16.83 | - |
| YUV | 184.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 82 | 0.24 | 0 | 0.62 | 0.16 | 83.46 | 0.62 | 0.58 |
| Hex | A3 | D7 | 52 | 18 | 0 | 3E | 10 | 53 | 3E | 3A |
| Octal | 243 | 327 | 122 | 30 | 0 | 76 | 20 | 123 | 76 | 72 |
| Binary | 10100011 | 11010111 | 1010010 | 11000 | 0 | 111110 | 10000 | 1010011 | 111110 | 111010 |
Color Harmonies of #A3D752
Complementary color
Monochromatic Colors of #A3D752
Black with #A3D752
Text Example
Text Example
White with #A3D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D752; }
p { color: rgb(163,215,82); }
H1.HeaderClassName
{
color: #A3D752;
}
.AnyTagClassName
{
color: #A3D752;
}
</style>
background-color css
<style>
a { background-color: #A3D752; }
a { background-color: rgb(163,215,82); }
div.DivClassName
{
background-color: #A3D752;
}
.BgClassName
{
background-color: #A3D752;
}
</style>
border-color css
<style>
span { border-color: #A3D752; }
span { border-color: rgb(163,215,82); }
td.TdClassName
{
border-color: #A3D752;
}
.TagClassName
{
border-color: #A3D752;
}
</style>