Shades of Conifer #A3D750
Tints of Conifer #A3D750
RGB
CMYK
RGB Variations
Color information
#A3D750 (or 0xA3D750) is known color: Conifer. HEX triplet: A3, D7 and 50. RGB value is (163,215,80). Sum of RGB (Red+Green+Blue) = 163+215+80=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D750 is #5C28AF. Grayscale: #B8B8B8. Windows color (decimal): -6039728 or 5298083. OLE color: 5298083.
HSL color Cylindrical-coordinate representation of color #A3D750: hue angle of 83.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3D750 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 80 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.16 |
| HSL | 83.11º | 0.63% | 0.58% | - |
| HSV(B) | 83.11º | 0.63% | 0.84% | - |
| XYZ | 40.85 | 56.97 | 16.43 | - |
| YUV | 184.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 80 | 0.24 | 0 | 0.63 | 0.16 | 83.11 | 0.63 | 0.58 |
| Hex | A3 | D7 | 50 | 18 | 0 | 3F | 10 | 53 | 3F | 3A |
| Octal | 243 | 327 | 120 | 30 | 0 | 77 | 20 | 123 | 77 | 72 |
| Binary | 10100011 | 11010111 | 1010000 | 11000 | 0 | 111111 | 10000 | 1010011 | 111111 | 111010 |
Color Harmonies of #A3D750
Complementary color
Monochromatic Colors of #A3D750
Black with #A3D750
Text Example
Text Example
White with #A3D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D750; }
p { color: rgb(163,215,80); }
H1.HeaderClassName
{
color: #A3D750;
}
.AnyTagClassName
{
color: #A3D750;
}
</style>
background-color css
<style>
a { background-color: #A3D750; }
a { background-color: rgb(163,215,80); }
div.DivClassName
{
background-color: #A3D750;
}
.BgClassName
{
background-color: #A3D750;
}
</style>
border-color css
<style>
span { border-color: #A3D750; }
span { border-color: rgb(163,215,80); }
td.TdClassName
{
border-color: #A3D750;
}
.TagClassName
{
border-color: #A3D750;
}
</style>